[][src]Trait doubled::Upper

pub trait Upper: Sized {
    fn upper(self) -> Self;
}

Required methods

fn upper(self) -> Self

Loading content...

Implementors

impl Upper for f32[src]

impl Upper for f64[src]

Loading content...