ContextPathClause

Trait ContextPathClause 

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

Required Methods§

Implementors§