pub type GStringNV<const MIN: usize, const MAX: usize, const ASCII_ONLY: bool> = GString<NoValidation, MIN, MAX, ASCII_ONLY>;Expand description
GString alias without validation.
Aliased Typeยง
pub struct GStringNV<const MIN: usize, const MAX: usize, const ASCII_ONLY: bool> { /* private fields */ }