pub type ExternalDecoderFn = Rc<Box<dyn for<'a> Fn(&'a [u8], &mut AMF3Decoder) -> IResult<&'a [u8], Vec<Element>, Error<'a>>>>;Expand description
Type used for specifying a custom decoder for a AMF3 external type
Aliased Typeยง
pub struct ExternalDecoderFn { /* private fields */ }