Function fbthrift_git::binary_protocol::deserialize
source · pub fn deserialize<T, B, C>(b: B) -> Result<T>where
B: Into<DeserializeSource<C>>,
C: BufExt,
T: Deserialize<BinaryProtocolDeserializer<C>>,Expand description
Deserialize a Thrift blob using the binary protocol.