Trait safe_builder::SafeBuilder [] [src]

pub trait SafeBuilder<T: PartialBuilder> {
    fn build() -> T;
}

Required Methods

Implementors