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