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

Required Methods§

Implementations on Foreign Types§

Implementors§