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