AsF64

Trait AsF64 

Source
pub trait AsF64 {
    // Required method
    fn as_f64(self) -> f64;
}
Expand description

Trait for types that wrap an f64 value. All implementors are Copy, so consuming self is intentional.

Required Methods§

Source

fn as_f64(self) -> f64

Implementations on Foreign Types§

Source§

impl AsF64 for f64

Source§

fn as_f64(self) -> f64

Implementors§