Trait embedded_builder::register::One [] [src]

pub trait One {
    fn one() -> Self;
}

One trait allows types to be created with a value of one

Required Methods

Implementors