Docs.rs
ra_ap_syntax-0.0.296
ra_ap_syntax 0.0.296
Permalink
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
either ^1.15.0
normal
itertools ^0.14.0
normal
ra_ap_parser =0.0.296
normal
rowan =0.15.15
normal
rustc-hash ^2.1.1
normal
rustc-literal-escaper ^0.0.4
normal
smol_str ^0.3.2
normal
ra_ap_stdx =0.0.296
normal
tracing ^0.1.41
normal
triomphe ^0.1.14
normal
Versions
9.15%
of the crate is documented
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
ra_
ap_
syntax
0.0.296
Removable
Required Methods
remove
Implementors
In ra_
ap_
syntax::
syntax_
editor
ra_ap_syntax
::
syntax_editor
Trait
Removable
Copy item path
Source
pub trait Removable:
AstNode
{ // Required method fn
remove
(&self, editor: &mut
SyntaxEditor
); }
Required Methods
§
Source
fn
remove
(&self, editor: &mut
SyntaxEditor
)
Implementors
§
Source
§
impl
Removable
for
Use
Source
§
impl
Removable
for
UseTree