pub trait Config<const SIZE: usize, const ALIGN: u8 = 1> {
type Aligned: Copy + Eq;
}Expand description
Configure Stringlet to have only valid SIZE and ALIGN.
pub trait Config<const SIZE: usize, const ALIGN: u8 = 1> {
type Aligned: Copy + Eq;
}Configure Stringlet to have only valid SIZE and ALIGN.