Docs.rs
xml-rs-0.8.14
xml-rs 0.8.14
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
netvl
tomaka
kornelski
Dependencies
doc-comment ^0.3
dev
Versions
94.37%
of the crate is documented
Go to latest version
Platform
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
☰
Result
In xml::reader
?
Type Definition
xml
::
reader
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
A result type yielded by
XmlReader
.