pub trait SatisfiedOrOptional { }
Expand description

Indicates that a requirement for a typed builder has been met, either by the user providing one, or by a default being given.

Implementors§