Trait otter_api_tests::OrdExt[][src]

pub trait OrdExt<T> where
    T: Ord + Clone
{ fn update_max(&mut self, new: &Self); }

Required methods

Implementors