Trait xio_common::PreliminaryTryInto [] [src]

pub trait PreliminaryTryInto<T: Sized> {
    type Error: Fail;
    fn try_into(self) -> Result<T, Self::Error>;
}

Associated Types

Required Methods

Implementors