IntoRadiateError

Trait IntoRadiateError 

Source
pub trait IntoRadiateError<T> {
    // Required method
    fn into_radiate_error(self) -> RadiateResult<T>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T, E> IntoRadiateError<T> for Result<T, E>
where E: Into<RadiateError>,

Implementors§