pub trait StdId: RawIdentifier { // Required method fn as_bytes(&self) -> &[u8] ⓘ; }
Returns the raw identifier as a byte slice.