Docs.rs
fbthrift-git-0.0.8+c383b5e
fbthrift-git 0.0.8+c383b5e
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
vkill
Dependencies
anyhow ^1.0.75
normal
async-trait ^0.1.71
normal
base64 ^0.13
normal
bufsize ^1.0.5
normal
bytes ^1.1
normal
futures ^0.3.28
normal
ghost ^0.1.13
normal
num-derive ^0.3.3
normal
num-traits ^0.2
normal
ordered-float ^3.7
normal
panic-message ^0.3
normal
serde_json ^1.0.100
normal
thiserror ^1.0.49
normal
quickcheck ^1.0
dev
Versions
24.93%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
DeserializeSlice
fbthrift_
git
0.0.8+c383b5e
Deserialize
Slice
Implementors
In fbthrift_
git::
binary_
protocol
fbthrift_git
::
binary_protocol
Trait
Deserialize
Slice
Copy item path
Source
pub trait DeserializeSlice: for<'a>
Deserialize
<
BinaryProtocolDeserializer
<
Cursor
<&'a [
u8
]>>> { }
Implementors
§
Source
§
impl<T>
DeserializeSlice
for T
where T: for<'a>
Deserialize
<
BinaryProtocolDeserializer
<
Cursor
<&'a [
u8
]>>>,