path_dedot

Trait ParsePrefix

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

Required Methods§

Implementations on Foreign Types§

Source§

impl ParsePrefix for Path

Source§

impl ParsePrefix for PathBuf

Implementors§