Docs.rs
nom-xml-0.3.0
nom-xml 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
RodogInfinite
Dependencies
encoding_rs ^0.8.32
normal
nom ^7.1.3
normal
nom-xml-derive ^0.1.0
normal
rayon ^1.7.0
normal
Versions
5.45%
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
ConvertNomError
nom_xml
0.3.0
Convert
NomError
Required Methods
convert_nom_error
Implementations on Foreign Types
Err<Error<E>>
Implementors
In nom_
xml::
error
nom_xml
::
error
Trait
Convert
NomError
Copy item path
Source
pub trait ConvertNomError<E> { // Required method fn
convert_nom_error
(self) ->
Err
<
Error
>; }
Required Methods
§
Source
fn
convert_nom_error
(self) ->
Err
<
Error
>
Implementations on Foreign Types
§
Source
§
impl<E>
ConvertNomError
<
Error
<E>> for
Err
<
Error
<E>>
where E:
Debug
+
ToString
,
Source
§
fn
convert_nom_error
(self) ->
Err
<
Error
>
Implementors
§