StructureNumbaPointerType.can_convert_to#

StructureNumbaPointerType.can_convert_to(typingctx, other)#

Check whether this type can be converted to the other. If successful, must return a string describing the conversion, e.g. “exact”, “promote”, “unsafe”, “safe”; otherwise None is returned.