Trait ion::FromIon [] [src]

pub trait FromIon<T>: Sized {
    type Err;
    fn from_ion(_: &T) -> Result<Self, Self::Err>;
}

Associated Types

Required Methods

Implementors