Trait Supervisor
drone_cortexm::sv
pub trait Supervisor: Sized + 'static { pub fn first() -> *const Self; }
Generic supervisor.
pub fn first() -> *const Self
Returns a pointer to the first service in the services array.