[][src]Trait doubled::AsDoubled

pub trait AsDoubled: Sized {
    fn as_doubled(self) -> Doubled<Self>;
}

Required methods

fn as_doubled(self) -> Doubled<Self>

Loading content...

Implementors

impl AsDoubled for f32[src]

impl AsDoubled for f64[src]

Loading content...