Docs.rs
mf2_parser-0.1.0
mf2_parser 0.1.0
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
lucacasonato
nicolo-ribaudo
Dependencies
Versions
2.42%
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
mf2_
parser
0.1.0
Spanned
Required Methods
span
Implementors
In crate mf2_
parser
mf2_parser
Trait
Spanned
Copy item path
source
pub trait Spanned { // Required method fn
span
(&self) ->
Span
; }
Required Methods
§
source
fn
span
(&self) ->
Span
Implementors
§
source
§
impl
Spanned
for
Annotation
<'_>
source
§
impl
Spanned
for
AnyNode
<'_, '_>
source
§
impl
Spanned
for
ComplexMessageBody
<'_>
source
§
impl
Spanned
for
Declaration
<'_>
source
§
impl
Spanned
for
Expression
<'_>
source
§
impl
Spanned
for
Key
<'_>
source
§
impl
Spanned
for
Literal
<'_>
source
§
impl
Spanned
for
LiteralOrVariable
<'_>
source
§
impl
Spanned
for
Message
<'_>
source
§
impl
Spanned
for
PatternPart
<'_>
source
§
impl
Spanned
for
QuotedPart
<'_>
source
§
impl
Spanned
for
AnnotationExpression
<'_>
source
§
impl
Spanned
for
Attribute
<'_>
source
§
impl
Spanned
for
ComplexMessage
<'_>
source
§
impl
Spanned
for
Escape
source
§
impl
Spanned
for
FnOrMarkupOption
<'_>
source
§
impl
Spanned
for
Function
<'_>
source
§
impl
Spanned
for
Identifier
<'_>
source
§
impl
Spanned
for
InputDeclaration
<'_>
source
§
impl
Spanned
for
LiteralExpression
<'_>
source
§
impl
Spanned
for
LocalDeclaration
<'_>
source
§
impl
Spanned
for
Markup
<'_>
source
§
impl
Spanned
for
Matcher
<'_>
source
§
impl
Spanned
for
Number
<'_>
source
§
impl
Spanned
for
Pattern
<'_>
source
§
impl
Spanned
for
Quoted
<'_>
source
§
impl
Spanned
for
QuotedPattern
<'_>
source
§
impl
Spanned
for
Star
source
§
impl
Spanned
for
Text
<'_>
source
§
impl
Spanned
for
Variable
<'_>
source
§
impl
Spanned
for
VariableExpression
<'_>
source
§
impl
Spanned
for
Variant
<'_>
source
§
impl
Spanned
for
SourceTextInfo
<'_>