pub async fn decode_path_extends_path<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 decoding for the EncodePathExtendsPath encoding relation.