pub type BoxedParserFn = Box<dyn Fn(&[u8]) -> Result<Input> + Send + Sync>;
Expand description

A |&[u8]| -> Result<Input, ConfigurationParserError> Fn to parse contents.

Aliased Type§

struct BoxedParserFn(/* private fields */);