[−][src]Trait conv::misc::Saturated
This trait indicates that values of a type can be logically "saturated".
This is used by the errors::UnwrapOrSaturate extension trait.
Required methods
fn saturated_max() -> Self
Returns the type's saturated, maximum value.
fn saturated_min() -> Self
Returns the type's saturated, minimum value.