Trait tera::Test

source · []
pub trait Test: Sync + Send {
    fn test(&self, value: Option<&Value>, args: &[Value]) -> Result<bool>;
}
Expand description

The tester function type definition

Required Methods

The tester function type definition

Implementors