Enum patternfly_yew::Validator [−][src]
pub enum Validator {
None,
Custom(Rc<dyn Fn(&str) -> InputState>),
}Variants
Custom(Rc<dyn Fn(&str) -> InputState>)Tuple Fields of Custom
0: Rc<dyn Fn(&str) -> InputState>Implementations
Trait Implementations
Validators are equal if they are still None. Everything else is a change.
Auto Trait Implementations
impl !RefUnwindSafe for Validator
impl !UnwindSafe for Validator
Blanket Implementations
Mutably borrows from an owned value. Read more