cml

Trait PathClause

Source
pub trait PathClause {
    // Required method
    fn path(&self) -> Option<&Path>;
}

Required Methods§

Source

fn path(&self) -> Option<&Path>

Implementors§