syntax
0.0.0
HasArg
List
Provided Methods
arg_list
Implementors
In syntax::
ast
syntax
::
ast
Trait
HasArgList
Copy item path
Source
pub trait HasArgList:
AstNode
{ // Provided method fn
arg_list
(&self) ->
Option
<
ArgList
> { ... } }
Provided Methods
§
Source
fn
arg_list
(&self) ->
Option
<
ArgList
>
Implementors
§
Source
§
impl
HasArgList
for
CallableExpr
Source
§
impl
HasArgList
for
AnyHasArgList
Source
§
impl
HasArgList
for
CallExpr
Source
§
impl
HasArgList
for
MethodCallExpr