Trait xio_common::AsResult [] [src]

pub trait AsResult: Sized {
    fn as_result(self) -> Result<Self>;
}

Required Methods

Implementors