Type Alias plugx_config::parser::closure::BoxedParserFn
source · pub type BoxedParserFn = Box<dyn Fn(&[u8]) -> Result<Input, ConfigurationParserError> + Send + Sync>;Expand description
A |&[u8]| -> Result<Input, ConfigurationParserError> Fn to parse contents.
Aliased Type§
struct BoxedParserFn(/* private fields */);