Docs.rs
soafe-0.2.0
soafe 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
crapStone
Dependencies
case ^1.0
normal
chrono ^0.4
normal
log ^0.4
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
reqwest ^0.12
normal
xmltree ^0.11
normal
Versions
29.17%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
soafe
0.2.0
ToElements
Required Methods
to_elements
Implementations on Foreign Types
Option<T>
Implementors
In soafe::
generate
soafe
::
generate
Trait
ToElements
Copy item path
Source
pub trait ToElements { // Required method fn
to_elements
(&self) ->
Vec
<
Element
>; }
Required Methods
§
Source
fn
to_elements
(&self) ->
Vec
<
Element
>
Implementations on Foreign Types
§
Source
§
impl<T:
ToElements
>
ToElements
for
Option
<T>
Source
§
fn
to_elements
(&self) ->
Vec
<
Element
>
Implementors
§