Trait valora::geom::Percent [] [src]

pub trait Percent: Sized {
    fn percent(self, percent: f32) -> Self;
}

Required Methods

Implementors