pub async fn decode_path_extends_path_canonic<const MCL: usize, const MCC: usize, const MPL: usize, P>(
prefix: &Path<MCL, MCC, MPL>,
producer: &mut P,
) -> Result<Path<MCL, MCC, MPL>, DecodeError<P::Final, P::Error, Blame>>Expand description
Implements canonic decoding for the path_extends_path encoding function.