Trait float::Cast[][src]

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

Casts into another type.

Required methods

Casts into other type.

Implementations on Foreign Types

Implementors