Trait deuterium::MaxArg [] [src]

pub trait MaxArg<R: Clone + 'static, T: Clone + 'static>: Clone + Expression<T> + 'static {
    fn max(&self) -> Max<R, T, Self> { ... }
}

Provided Methods

Implementors