Trait cp_library_rs::utils::num_traits::One
source · pub trait One: Sized + Mul<Self, Output = Self> {
// Required method
fn one() -> Self;
// Provided method
fn is_one(&self) -> bool
where Self: PartialEq { ... }
}