Trait crazyflie_lib::Executor [−][src]
pub trait Executor: LocalSpawnHandle<()> + Timer + 'static { }Expand description
Async executor trait
This trait is implemented in the async_executors crate for common async
executors. See example in the crate root documentation.