Trait dnum::RawFrom [] [src]

pub trait RawFrom<F> {
    fn raw_from(other: F) -> Self;
}

Converts a value into another using the built-in as keyword.

Required Methods

Implementors