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

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

Provided methods

fn arg_list(&self) -> Option<ArgList>

Loading content...

Implementors

impl ArgListOwner for CallExpr[src]

impl ArgListOwner for MethodCallExpr[src]

Loading content...