Docs.rs
serde-lite-0.5.0
serde-lite 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
operutka
Dependencies
indexmap ^2
normal
serde ^1
normal
serde-lite-derive =0.5.0
normal
serde_json ^1
dev
Versions
73.53%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
serde_lite
0.5.0
MapImpl
Aliased type
Trait Implementations
From<Map>
In crate serde_lite
?
Type Alias
serde_lite
::
MapImpl
source
·
[
−
]
pub type MapImpl<K, V> =
HashMap
<K, V>;
Expand description
Type alias.
Aliased Type
§
struct MapImpl<K, V> { /* private fields */ }
Trait Implementations
§
source
§
impl
From
<
Map
> for
MapImpl
<
Cow
<'static,
str
>,
Intermediate
>
source
§
fn
from
(map:
Map
) -> Self
Converts to this type from the input type.