Skip to main content

FromAnyhowExt

Trait FromAnyhowExt 

Source
pub trait FromAnyhowExt<T> {
    // Required method
    fn into_p2p_result(self) -> P2pResult<T>;
}

Required Methods§

Implementors§

Source§

impl<T> FromAnyhowExt<T> for Result<T>