Trait components::prelude::BuildWith
[−]pub trait BuildWith<T> {
fn with(param: T) -> Self;
}
Expand description
Powerfull way to configure objects with builder pattern.
Required Methods
fn with(param: T) -> Self
fn with(param: T) -> Self
Set param