Trait cml::PathClause

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

Required Methods§

source

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

Implementors§