Trait ra_ap_syntax::ast::HasArgList[][src]

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

Provided methods

Implementors