Docs.rs
wang_utils_map-0.6.3
wang_utils_map 0.6.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
qq253498229
Dependencies
serde ^1
normal
Versions
5.26%
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
wang_
utils_
map
0.6.3
MapValue
Extractor
Required Methods
extract
Implementors
In crate wang_
utils_
map
wang_utils_map
Trait
MapValueExtractor
Copy item path
Source
pub trait MapValueExtractor<T> { // Required method fn
extract
(&self) ->
Option
<
&T
>; }
Required Methods
§
Source
fn
extract
(&self) ->
Option
<
&T
>
Implementors
§
Source
§
impl
MapValueExtractor
<
bool
> for
MapValue
Source
§
impl
MapValueExtractor
<
f32
> for
MapValue
Source
§
impl
MapValueExtractor
<
f64
> for
MapValue
Source
§
impl
MapValueExtractor
<
i16
> for
MapValue
Source
§
impl
MapValueExtractor
<
i32
> for
MapValue
Source
§
impl
MapValueExtractor
<
i64
> for
MapValue
Source
§
impl
MapValueExtractor
<
u16
> for
MapValue
Source
§
impl
MapValueExtractor
<
u32
> for
MapValue
Source
§
impl
MapValueExtractor
<
u64
> for
MapValue
Source
§
impl
MapValueExtractor
<
String
> for
MapValue