Trait xio_common::PreliminaryTryFrom [] [src]

pub trait PreliminaryTryFrom<T>: Sized {
    type Error: Fail;
    fn try_from(value: T) -> Result<Self, Self::Error>;
}

Associated Types

Required Methods

Implementors