Docs.rs
firestore-serde-0.1.2
firestore-serde 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
paulgb
Dependencies
bytes ^1.1.0
normal
chrono ^0.4.19
normal
googapis ^0.6.0
normal
prost ^0.9.0
normal
prost-types ^0.9.0
normal
serde ^1.0.136
normal
serde_bytes ^0.11.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
to_document
firestore_
serde
0.1.2
firestore_serde
Function
to_
document
Copy item path
Source
pub fn to_document<T>(value:
&T
) ->
Result
<
Document
, SerializationError>
where T:
Serialize
,