Derive Macro num_derive::One[][src]

#[derive(One)]

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