pub type Tweak<C> = Array<u8, <C as TweakSizeUser>::TweakSize>;Expand description
Tweak used by a TweakSizeUser implementor.
Aliased Type§
#[repr(transparent)]pub struct Tweak<C>(pub <<C as TweakSizeUser>::TweakSize as ArraySize>::ArrayType<u8>);Tuple Fields§
§0: <<C as TweakSizeUser>::TweakSize as ArraySize>::ArrayType<u8>