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

Provided methods

Implementors