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