pub fn try_decode<T: DeserializeOwned>(bytes: &[u8]) -> Option<T>Expand description
Try to deserialize bytes, returning None on failure.
pub fn try_decode<T: DeserializeOwned>(bytes: &[u8]) -> Option<T>Try to deserialize bytes, returning None on failure.