[][src]Trait xio_common::AsResult

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

Required methods

fn as_result(self) -> Result<Self>

Loading content...

Implementors

impl<R> AsResult for R where
    R: Sized + HasErrorCode
[src]

Loading content...