Skip to main content

CheckedRem

Trait CheckedRem 

Source
pub trait CheckedRem: Sized {
    // Required method
    fn checked_rem(&self, other: &Self) -> Option<Self>;
}

Required Methods§

Source

fn checked_rem(&self, other: &Self) -> Option<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§