Trait tuifw::Validator

source ·
pub trait Validator: DynClone {
    // Required methods
    fn is_numeric(&self) -> bool;
    fn is_valid(&self, editing: bool, text: &str) -> bool;
}

Required Methods§

source

fn is_numeric(&self) -> bool

source

fn is_valid(&self, editing: bool, text: &str) -> bool

Implementors§