Trait float::Cast [] [src]

pub trait Cast<T> {
    fn cast(self) -> T;
}

Casts into another type.

Required Methods

fn cast(self) -> T

Casts into other type.

Implementors