Skip to main content

Max

Trait Max 

Source
pub trait Max<Rhs> {
    type Output;
}
Expand description

Type-level maximum used to combine alignment categories.

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<Rhs> Max<Rhs> for Gt<One>

Source§

impl<Rhs> Max<Rhs> for One

Source§

type Output = Rhs