f64

Function f64 

Source
pub fn f64<F>(predicate: F) -> impl Validator
where F: Fn(&f64) -> Result<(), String> + 'static,
Expand description

Match if number match predicate.