pub type Constructor = Box<dyn Fn(&Node<'_>) -> Result<Box<dyn Validator>, SchemaError>>;
Constructs one validator kind from its Node.
Node
pub struct Constructor(/* private fields */);