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