pub fn is_basic_pointer(ty: Ty<'_>) -> bool
Expand description

Returns whether the type is a pointer to a basic type e.g. *u8, *u8, *()