Docs.rs
syntax-rs-0.1.1
syntax-rs 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Bitbot25
Dependencies
cfg-if ^1.0.0
normal
unicode-xid ^0.2.3
normal
Versions
3.28%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Spanned
Required Methods
span
span_ref_mut
Implementors
In syntax_rs
?
Trait
syntax_rs
::
Spanned
source
·
[
−
]
pub trait Spanned { fn
span
(&self) ->
Span
;
fn
span_ref_mut
(&mut self) -> &mut
Span
; }
Required Methods
source
fn
span
(&self) ->
Span
source
fn
span_ref_mut
(&mut self) -> &mut
Span
Implementors