pub fn decode_entity_id(input: &[u8]) -> Result<(EntityId, usize), DecodeError>Expand description
Decodes one fixed-width entity-id component.
ยงErrors
Returns DecodeError::Truncated when fewer than eight bytes remain.
pub fn decode_entity_id(input: &[u8]) -> Result<(EntityId, usize), DecodeError>Decodes one fixed-width entity-id component.
Returns DecodeError::Truncated when fewer than eight bytes remain.