Docs.rs
anyxml-0.2.0
anyxml 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tayu0110
Dependencies
anyxml-automata ^0.1.1
normal
anyxml-uri ^0.1.2
normal
clap ^4.5.47
normal
Versions
11.06%
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
ParserSpec
anyxml
0.2.0
Parser
Spec
Required Associated Types
Reader
SpecificContext
Implementors
In crate anyxml
anyxml
Trait
Parser
Spec
Copy item path
Source
pub trait ParserSpec { type
Reader
; type
SpecificContext
; }
Required Associated Types
§
Source
type
Reader
Source
type
SpecificContext
Implementors
§
Source
§
impl
ParserSpec
for
ProgressiveParserSpec
Source
§
type
Reader
=
InputSource
<'static>
Source
§
type
SpecificContext
=
ProgressiveParserSpecificContext
Source
§
impl<'a>
ParserSpec
for
DefaultParserSpec
<'a>
Source
§
type
Reader
=
InputSource
<'a>
Source
§
type
SpecificContext
=
()