Trait rust_fixed_width::spec::Builder [] [src]

pub trait Builder<T> {
    fn build(self) -> T;
}

Required Methods

Implementors