Docs.rs
gluon_base-0.18.2
gluon_base 0.18.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Marwes
Dependencies
anymap ^0.12.1
normal
optional
bitflags ^1.3.2
normal
codespan ^0.11.1
normal
codespan-reporting ^0.11.1
normal
collect-mac ^0.1.0
normal
compiletest_rs ^0.7.1
normal
optional
either ^1.9.0
normal
fnv ^1.0.7
normal
gluon_codegen ^0.18.2
normal
hashbrown ^0.11.2
normal
itertools ^0.10.5
normal
log ^0.4.20
normal
ordered-float ^2.10.0
normal
pretty ^0.10.0
normal
quick-error ^2.0.1
normal
serde ^1.0.188
normal
optional
serde_derive ^1.0.188
normal
optional
serde_derive_state ^0.4.10
normal
optional
serde_state ^0.4.8
normal
optional
smallvec ^1.11.0
normal
typed-arena ^2.0.2
normal
vec_map ^0.8.2
normal
env_logger ^0.9.3
dev
pretty_assertions ^1.4.0
dev
Versions
16.74%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
HasSpan
gluon_
base
0.18.2
HasSpan
Required Methods
span
Implementors
In gluon_
base::
pos
gluon_base
::
pos
Trait
HasSpan
Copy item path
Source
pub trait HasSpan { // Required method fn
span
(&self) ->
Span
<
BytePos
>; }
Required Methods
§
Source
fn
span
(&self) ->
Span
<
BytePos
>
Implementors
§
Source
§
impl<Id>
HasSpan
for
AstType
<'_, Id>
Source
§
impl<Id>
HasSpan
for
ArcType
<Id>