pub type GStr<V = NoValidation> = GType<&'static str, V>;
pub struct GStr<V = NoValidation> { /* private fields */ }