Trait machine_int::AsFrom[][src]

pub trait AsFrom<T>: Sized {
    fn as_from(_: T) -> Self;
}

Required Methods

Implementors