Trait esp_idf_svc::eventloop::EspEventLoopType
source · pub trait EspEventLoopType {
// Required method
fn is_system() -> bool;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait EspEventLoopType {
// Required method
fn is_system() -> bool;
}