round_up_to_increment

Function round_up_to_increment 

Source
pub fn round_up_to_increment<N, M>(size: N, increment: M) -> Result<N, Errno>
where N: TryInto<u64> + TryFrom<u64>, M: TryInto<u64>,