[][src]Trait drone_cortexm::sv::Supervisor

pub trait Supervisor: Sized + 'static {
    pub fn first() -> *const Self;
}

Generic supervisor.

Required methods

pub fn first() -> *const Self[src]

Returns a pointer to the first service in the services array.

Loading content...

Implementors

Loading content...