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