Function pravega_client::sync::synchronizer::deserialize_from

source ·
pub fn deserialize_from<T>(reader: &[u8]) -> Result<T, Error>
Expand description

Deserialize the Value into the type T by using cbor deserializer. This method would be used by the user after calling get() of table_synchronizer.