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