Skip to main content

PatternPropertiesHandler

Type Alias PatternPropertiesHandler 

Source
pub type PatternPropertiesHandler = Arc<dyn Fn(Value) -> Value + Send + Sync>;
Expand description

A handler that rewrites a node after x-patternProperties becomes patternProperties. Its return value replaces the node.

Aliased Typeยง

pub struct PatternPropertiesHandler { /* private fields */ }