Trait PathIsTop

Source
pub trait PathIsTop {
    // Required method
    fn is_top(&self) -> bool;
}

Required Methods§

Source

fn is_top(&self) -> bool

Implementations on Foreign Types§

Source§

impl PathIsTop for &Path

Source§

fn is_top(&self) -> bool

Implementors§