path_extends_path_encoding_len

Function path_extends_path_encoding_len 

Source
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>,
) -> usize
Expand description

Returns the length of the encoding of path relative to prefix according to the path_extends_path encoding function.