Docs.rs
xmlserde-0.3.0
xmlserde 0.3.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ImJeremyHe
Dependencies
convert_case ^0.4.0
normal
linked-hash-map ^0.5.3
normal
logisheets_derives ^0.3.0
normal
paste ^1.0.5
normal
quick-xml ^0.22.0
normal
regex ^1
normal
serde ^1.0.125
normal
serde_json ^1.0.59
normal
serde_repr ^0.1
normal
thiserror ^1.0.24
normal
ts-rs ^6.1.2
normal
Versions
14.29%
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
☰
XmlSerialize
Required Methods
serialize
Implementations on Foreign Types
Option<T>
Vec<T>
Implementors
In xmlserde
?
Trait
xmlserde
::
XmlSerialize
source
·
[
−
]
pub trait XmlSerialize { fn
serialize
<W:
Write
>(&self, tag:
&[
u8
]
, writer: &mut
Writer
<W>); }
Required Methods
source
fn
serialize
<W:
Write
>(&self, tag:
&[
u8
]
, writer: &mut
Writer
<W>)
Implementations on Foreign Types
source
impl<T:
XmlSerialize
>
XmlSerialize
for
Option
<T>
source
fn
serialize
<W:
Write
>(&self, tag:
&[
u8
]
, writer: &mut
Writer
<W>)
source
impl<T:
XmlSerialize
>
XmlSerialize
for
Vec
<T>
source
fn
serialize
<W:
Write
>(&self, tag:
&[
u8
]
, writer: &mut
Writer
<W>)
Implementors
source
impl
XmlSerialize
for
Unparsed