Trait float::Cast [] [src]

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

Casts into another type.

Required Methods

Casts into other type.

Implementations on Foreign Types

impl Cast<f32> for f64
[src]

[src]

impl Cast<f64> for f32
[src]

[src]

impl Cast<f32> for f32
[src]

[src]

impl Cast<f64> for f64
[src]

[src]

Implementors