[][src]Trait uom::marker::Add

pub trait Add { }

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::Add is implemented automatically.

Implementors

Loading content...