Trait acacia::partition::Mid [] [src]

pub trait Mid {
    fn mid(&self, other: &Self) -> Self;
}

The notion of a mid point between two inputs

Required Methods

Return the mid between this point and another

Implementors