Trait uom::marker::Saturating[][src]

pub trait Saturating { }

Trait to denote that a quantity is able to perform saturating additions and subtractions with a quantity of the same dimensions. When a specific quantity’s kind inherits this trait ops::Saturating is implemented automatically.

Implementors

Loading content...