pub type Encoded<T> = Array<u8, <T as EncodedSizeUser>::EncodedSize>;
Expand description
A byte array encoding a value the indicated size
Aliased Type§
#[repr(transparent)]pub struct Encoded<T>(pub <<T as EncodedSizeUser>::EncodedSize as ArraySize>::ArrayType<u8>);
Tuple Fields§
§0: <<T as EncodedSizeUser>::EncodedSize as ArraySize>::ArrayType<u8>