Function isNativeAbi [src]
Prototype
pub fn isNativeAbi(self: Query) bool
Parameters
self: Query
Source
pub fn isNativeAbi(self: Query) bool {
return self.os_tag == null and self.abi == null;
}
pub fn isNativeAbi(self: Query) bool
self: Query
pub fn isNativeAbi(self: Query) bool {
return self.os_tag == null and self.abi == null;
}