pub trait ParsePrefix { // Required method fn get_path_prefix(&self) -> Option<PrefixComponent<'_>>; }