Trait ramp_maker::util::traits::Ceil[][src]

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

Defines an interface to the ceil operator for rounding up

Required methods

fn ceil(self) -> Self[src]

Round up to the next largest integer

Loading content...

Implementations on Foreign Types

impl<U> Ceil for FixedU8<U> where
    U: LeEqU8
[src]

impl<U> Ceil for FixedU16<U> where
    U: LeEqU16
[src]

impl<U> Ceil for FixedU32<U> where
    U: LeEqU32
[src]

impl<U> Ceil for FixedU64<U> where
    U: LeEqU64
[src]

impl<U> Ceil for FixedU128<U> where
    U: LeEqU128
[src]

impl<U> Ceil for FixedI8<U> where
    U: LeEqU8
[src]

impl<U> Ceil for FixedI16<U> where
    U: LeEqU16
[src]

impl<U> Ceil for FixedI32<U> where
    U: LeEqU32
[src]

impl<U> Ceil for FixedI64<U> where
    U: LeEqU64
[src]

impl<U> Ceil for FixedI128<U> where
    U: LeEqU128
[src]

Loading content...

Implementors

Loading content...