decode_with_path

Function decode_with_path 

Source
pub fn decode_with_path(
    encoded: &str,
    dict: &Dictionary,
    path: EncodingPath,
) -> Option<Vec<u8>>
Expand description

Decode using a specific path (for benchmarking).

Returns None if the path is not available for this dictionary.