pub trait InputValueHelpers {
    // Required method
    fn is_required(&self) -> bool;
}

Required Methods§

source

fn is_required(&self) -> bool

Implementors§