Searched refs:read_from_bytes (Results 1 – 1 of 1) sorted by relevance
3128 let candidate = match CoreMaybeUninit::<Self>::read_from_bytes(source) { in try_read_from_bytes()5206 fn read_from_bytes(source: &[u8]) -> Result<Self, SizeError<&[u8], Self>> in read_from_bytes() method5463 Self::read_from_bytes(source).ok() in read_from()7012 assert_eq!(u64::read_from_bytes(&VAL_BYTES[..]), Ok(VAL)); in test_read_write()