pub trait PathExt {
    fn is_codesnip_entry(&self) -> bool;
    fn is_codesnip_skip(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors