Skip to main content

is_string_ty

Function is_string_ty 

Source
fn is_string_ty(ty: &Type) -> bool
Expand description

True if ty’s last path segment is the bare ident String (path-identity check, same convention as classify_field_type).