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

Aliased Type§

struct BoxedParserFn(/* private fields */);