Skip to main content

resolve

Function resolve 

Source
pub fn resolve(path: &str) -> Option<(u64, String)>
Expand description

Resolve a path to the longest matching prefix.

Returns (port_id, remaining_path).