Trait Test

trait Test: Sync + Send

The tester function type definition

Required Methods

fn test(self: &Self, value: Option<&Value>, args: &[Value]) -> Result<bool>

The tester function type definition

Implementors