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; }