Trait xio_common::AsResult

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

Required Methods

Implementors