Trait drone_cortexm::thr::ThrSv[][src]

pub trait ThrSv: ThrToken {
    type Sv: Supervisor;
}
[]

A trait to assign a supervisor to threads.

Associated Types

type Sv: Supervisor[src][]

The supervisor.

Implementors