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