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

Required methods

Implementors