calendrical_calculations::helpers

Trait IntegerRoundings

Source
pub(crate) trait IntegerRoundings {
    // Required method
    fn div_ceil(self, rhs: Self) -> Self;
}

Required Methods§

Source

fn div_ceil(self, rhs: Self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IntegerRoundings for i64

Source§

fn div_ceil(self, rhs: Self) -> Self

Implementors§