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

Provided Methods§

Implementors§