Docs.rs
nom-greedyerror-0.5.0
nom-greedyerror 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dalance
Dependencies
nom ^7
normal
nom_locate ^4
normal
Versions
57.14%
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_
greedyerror
0.5.0
AsStr
Required Methods
as_str
Implementations on Foreign Types
&'a str
LocatedSpan<T, X>
str
Implementors
In crate nom_
greedyerror
nom_greedyerror
Trait
AsStr
Copy item path
Source
pub trait AsStr { // Required method fn
as_str
(&self) -> &
str
; }
Required Methods
§
Source
fn
as_str
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
AsStr
for
str
Source
§
fn
as_str
(&self) -> &
str
Source
§
impl<'a>
AsStr
for &'a
str
Source
§
fn
as_str
(&self) -> &
str
Source
§
impl<T:
AsStr
+
AsBytes
, X>
AsStr
for
LocatedSpan
<T, X>
Source
§
fn
as_str
(&self) -> &
str
Implementors
§