Docs.rs
ludtwig-parser-0.7.0
ludtwig-parser 0.7.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MalteJanz
Dependencies
logos ^0.15.0
normal
regex ^1.11.1
normal
rowan ^0.16.1
normal
criterion ^0.5.1
dev
expect-test ^1.5.1
dev
Versions
5.63%
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
SyntaxNodeExt
ludtwig_
parser
0.7.0
Syntax
Node
Ext
Required Methods
text_range_trimmed_trivia
Implementors
In ludtwig_
parser::
syntax::
untyped
ludtwig_parser
::
syntax
::
untyped
Trait
Syntax
Node
Ext
Copy item path
Source
pub trait SyntaxNodeExt { // Required method fn
text_range_trimmed_trivia
(&self) ->
TextRange
; }
Required Methods
§
Source
fn
text_range_trimmed_trivia
(&self) ->
TextRange
Implementors
§
Source
§
impl
SyntaxNodeExt
for
SyntaxNode