Trait sel4_root_task::Termination
source · pub trait Termination {
type Error: Debug;
// Required method
fn report(self) -> Self::Error;
}
Expand description
Trait for the return type of #[root_task]
main functions.
pub trait Termination {
type Error: Debug;
// Required method
fn report(self) -> Self::Error;
}
Trait for the return type of #[root_task]
main functions.