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