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