Trait tea_codec::errorx::ResultXExt
source · pub trait ResultXExt {
// Required method
fn assume_error_into_backcast<E>(self) -> Option<E>
where E: Send + Sync + 'static;
}pub trait ResultXExt {
// Required method
fn assume_error_into_backcast<E>(self) -> Option<E>
where E: Send + Sync + 'static;
}