Type Alias plugx_config::parser::BoxedModifierFn
source · pub type BoxedModifierFn = Box<dyn Fn(&[u8], &mut Input) -> Result<(), ConfigurationParserError> + Send + Sync>;Expand description
A modifier Fn that modifies parsed contents (if needed).
Aliased Type§
struct BoxedModifierFn(/* private fields */);