[][src]Trait basic_tar::U64Ext

pub trait U64Ext {
    fn ceil_to_multiple_of(&self, num: Self) -> Self;
}

An extension for u64

Required methods

fn ceil_to_multiple_of(&self, num: Self) -> Self

Ceils self to an integer multiple of num

Loading content...

Implementations on Foreign Types

impl U64Ext for u64[src]

Loading content...

Implementors

Loading content...