pub type GString<V = NoValidation> = GType<String, V>;
pub struct GString<V = NoValidation> { /* private fields */ }