Trait normalize_interval::normalize::Finite
source · pub trait Finite: Sized {
const MINIMUM: Self;
const MAXIMUM: Self;
// Required methods
fn pred(&self) -> Option<Self>;
fn succ(&self) -> Option<Self>;
}Expand description
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.