[][src]Derive Macro num_derive::Num

#[derive(Num)]

Derives num_traits::Num for newtypes. The inner type must already implement Num.