pub async fn deserialize_async<T: AsyncDecodable>(data: &[u8]) -> Result<T>Expand description
Asynchronously deserialize an object from a vector. Will error if said deserialization doesn’t consume the entire vector.
pub async fn deserialize_async<T: AsyncDecodable>(data: &[u8]) -> Result<T>Asynchronously deserialize an object from a vector. Will error if said deserialization doesn’t consume the entire vector.