Trait interval::ops::Hull[][src]

pub trait Hull<RHS = Self> {
    type Output;
    fn hull(&self, rhs: &RHS) -> Self::Output;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors