BoxedParserFn

Type Alias BoxedParserFn 

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

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

Aliased Typeยง

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