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

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

Associated Types

Required Methods

Implementors