Trait interval::ops::Whole

source ·
pub trait Whole {
    // Required method
    fn whole() -> Self;
}

Required Methods§

source

fn whole() -> Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Bound> Whole for Interval<Bound>
where Bound: Width + Num,

source§

impl<Bound> Whole for IntervalSet<Bound>
where Bound: Width + Num,