HasWithClause

Trait HasWithClause 

Source
pub trait HasWithClause: AstNode {
    // Provided method
    fn with_clause(&self) -> Option<WithClause> { ... }
}

Provided Methods§

Implementors§