Docs.rs
ra_ap_syntax-0.0.93
ra_ap_syntax 0.0.93
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
rust-lang-owner
github:rust-lang:wg-rls-2
Dependencies
cov-mark ^2.0.0-pre.1
normal
indexmap ^1.7.0
normal
itertools ^0.10.0
normal
once_cell ^1.3.1
normal
ra_ap_parser =0.0.93
normal
ra_ap_profile =0.0.93
normal
rowan ^0.15.0
normal
rustc-hash ^1.1.0
normal
rustc-ap-rustc_lexer ^725.0.0
normal
smol_str ^0.1.21
normal
ra_ap_stdx =0.0.93
normal
ra_ap_text_edit =0.0.93
normal
expect-test ^1.2.0-pre.1
dev
proc-macro2 ^1.0.8
dev
quote ^1.0.2
dev
rayon ^1
dev
ungrammar =1.14.9
dev
Versions
6.44%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
HasArgList
Provided Methods
arg_list
Implementors
In
ra_ap_syntax
::
ast
?
Trait
ra_ap_syntax
::
ast
::
HasArgList
source
·
[
−
]
pub trait HasArgList:
AstNode
{ 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