eq

Function eq 

Source
pub fn eq<T>(expected: T) -> impl Validator
where T: Into<Value> + Clone + Debug + 'static,
Expand description

Match a value equals the expected value.