pub type VarStringlet64<const SIZE: usize = 16> = StringletBase<SIZE, false, 1, 64>;Expand description
Variable length Stringlet, aligned to 64 bytes
Aliased Typeยง
pub struct VarStringlet64<const SIZE: usize = 16> { /* private fields */ }pub type VarStringlet64<const SIZE: usize = 16> = StringletBase<SIZE, false, 1, 64>;Variable length Stringlet, aligned to 64 bytes
pub struct VarStringlet64<const SIZE: usize = 16> { /* private fields */ }