pub type Key<B> = Array<u8, <B as KeySizeUser>::KeySize>;Expand description
Key used by KeySizeUser implementors.
Aliased Type§
struct Key<B>(pub <<B as KeySizeUser>::KeySize as ArraySize>::ArrayType<u8>);Fields§
§0: <<B as KeySizeUser>::KeySize as ArraySize>::ArrayType<u8>