pub trait Props {
    type InitialBuilder;
    fn init_builder() -> Self::InitialBuilder;
}

Associated Types

Required methods

Implementors