ConstCoercer

Type Alias ConstCoercer 

Source
pub type ConstCoercer = Box<dyn Fn(&Value) -> Option<Box<dyn Any + Send + Sync>> + Send + Sync + 'static>;

Aliased Typeยง

pub struct ConstCoercer(/* private fields */);