Trait dnum::RawInto [] [src]

pub trait RawInto<T> {
    fn raw_into(self) -> T;
}

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

Required Methods

Implementors