encode_path_extends_path

Function encode_path_extends_path 

Source
pub async fn encode_path_extends_path<const MCL: usize, const MCC: usize, const MPL: usize, C>(
    path: &Path<MCL, MCC, MPL>,
    prefix: &Path<MCL, MCC, MPL>,
    consumer: &mut C,
) -> Result<(), C::Error>
where C: BulkConsumer<Item = u8> + ?Sized,
Expand description

Implements encoding for the path_extends_path encoding function.