pub trait EspEventLoopType {
    // Required method
    fn is_system() -> bool;
}

Required Methods§

source

fn is_system() -> bool

Object Safety§

This trait is not object safe.

Implementors§