pub type Result<T> = Result<T, PreemptRtError>;Expand description
PreemptRt result type
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PreemptRtError),
}pub type Result<T> = Result<T, PreemptRtError>;PreemptRt result type
pub enum Result<T> {
Ok(T),
Err(PreemptRtError),
}