Docs.rs
xavier-internal-0.1.7
xavier-internal 0.1.7
Docs.rs crate page
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
thiago-santos-it
Dependencies
quick-xml ^0.37.5
normal
Versions
0%
of the crate is documented
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
WrapWith
xavier_
internal
0.1.7
Wrap
With
Required Methods
wrap
Implementations on Foreign Types
Option<T>
Implementors
In xavier_
internal::
deserialize::
macro_
trait
xavier_internal
::
deserialize
::
macro_trait
Trait
Wrap
With
Copy item path
Source
pub trait WrapWith<F, T> { // Required method fn
wrap
(self) ->
Option
<F>; }
Required Methods
§
Source
fn
wrap
(self) ->
Option
<F>
Implementations on Foreign Types
§
Source
§
impl<T, F>
WrapWith
<F,
Option
<T>> for
Option
<T>
where F:
From
<T>,
Source
§
fn
wrap
(self) ->
Option
<F>
Implementors
§