calendrical_calculations
0.1.1
IntegerRoundings
Required Methods
div_ceil
Implementations on Foreign Types
i64
Object Safety
Implementors
In calendrical_calculations::helpers
Trait
calendrical_calculations
::
helpers
::
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
§