Trait tea_codec::errorx::SyncResultExt
source · pub trait SyncResultExt {
type Value;
// Required method
fn sync_err_into<S>(self) -> Result<Self::Value, Error<S>>
where S: Scope;
}pub trait SyncResultExt {
type Value;
// Required method
fn sync_err_into<S>(self) -> Result<Self::Value, Error<S>>
where S: Scope;
}