Trait ra_syntax::ast::AttrsOwner

source ·
pub trait AttrsOwner<'a>: AstNode<'a> {
    fn attrs(self) -> AstChildren<'a, Attr<'a>>  { ... }
}

Provided Methods

Implementors