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>Expand description
Implements encoding for the path_extends_path encoding function.