[][src]Trait uom::marker::AddAssign

pub trait AddAssign { }

Trait to denote that a quantity is able to be added with a quantity of the same dimensions. When a specific quantity's kind inherits this trait ops::AddAssign is implemented automatically.

Implementors

Loading content...