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
fn mid(&self, other: &Self) -> Self
Return the mid between this point and another