Trait patternfly_yew::components::form::ValidatingComponent
source · pub trait ValidatingComponent {
type Value;
}Expand description
A component supporting validation.
pub trait ValidatingComponent {
type Value;
}A component supporting validation.