Trait ra_ap_syntax::ast::ArgListOwner[][src]

pub trait ArgListOwner: AstNode {
    fn arg_list(&self) -> Option<ArgList> { ... }
}

Provided methods

Implementors