Docs.rs
nom-packrat-0.7.0
nom-packrat 0.7.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dalance
Dependencies
nom-packrat-macros ^0.7.0
normal
nom_locate ^4
normal
nom ^7
dev
stats_alloc ^0.1
dev
Versions
30%
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
nom_
packrat
0.7.0
HasExtra
State
Required Methods
get_extra_state
Implementations on Foreign Types
&[u8]
&str
LocatedSpan<T, ()>
LocatedSpan<U, V>
Implementors
In crate nom_
packrat
nom_packrat
Trait
HasExtraState
Copy item path
Source
pub trait HasExtraState<T> { // Required method fn
get_extra_state
(&self) -> T; }
Required Methods
§
Source
fn
get_extra_state
(&self) -> T
Implementations on Foreign Types
§
Source
§
impl
HasExtraState
<
()
> for &
str
Source
§
fn
get_extra_state
(&self)
Source
§
impl
HasExtraState
<
()
> for &[
u8
]
Source
§
fn
get_extra_state
(&self)
Source
§
impl<T>
HasExtraState
<
()
> for
LocatedSpan
<T,
()
>
Source
§
fn
get_extra_state
(&self)
Source
§
impl<T, U, V>
HasExtraState
<T> for
LocatedSpan
<U, V>
where V:
HasExtraState
<T>,
Source
§
fn
get_extra_state
(&self) -> T
Implementors
§