decode_path_extends_path

Function decode_path_extends_path 

Source
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>>
where P: BulkProducer<Item = u8> + ?Sized,
Expand description

Implements decoding for the EncodePathExtendsPath encoding relation.