Trait otter_api_tests::OrdExt[][src]

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

Required methods

pub fn update_max(&mut self, new: &Self)[src]

Loading content...

Implementors

impl<T> OrdExt<T> for T where
    T: Ord + Clone
[src]

Loading content...