Trait euclid::num::Ceil [] [src]

pub trait Ceil: Copy {
    fn ceil(self) -> Self;
}

Required Methods

Implementors