pub fn path_extends_path_encoding_len<const MCL: usize, const MCC: usize, const MPL: usize>(
path: &Path<MCL, MCC, MPL>,
prefix: &Path<MCL, MCC, MPL>,
) -> usizeExpand description
Returns the length of the encoding of path relative to prefix according to the path_extends_path encoding function.