calendrical_
calculations
0.1.2
Integer
Roundings
Required Methods
div_ceil
Implementations on Foreign Types
i64
Object Safety
Implementors
In calendrical_
calculations::
helpers
calendrical_calculations
::
helpers
Trait
IntegerRoundings
Copy item path
source
pub(crate) trait IntegerRoundings { // Required method fn
div_ceil
(self, rhs: Self) -> Self; }
Required Methods
§
source
fn
div_ceil
(self, rhs: Self) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
IntegerRoundings
for
i64
source
§
fn
div_ceil
(self, rhs: Self) -> Self
Implementors
§