Trait AllPropsFor

Source
pub trait AllPropsFor<Builder, How> { }
Expand description

Trait to specify the requirement for Self to be a valid token signaling all props have been provided to the builder.

Implementors§

Source§

impl<Token, Builder, How> AllPropsFor<Builder, How> for Token
where Builder: Buildable<Token>, <Builder as Buildable<Token>>::WrappedToken: HasAllProps<<Builder as Buildable<Token>>::Output, How>,