pub fn install_native_tier(tier: &'static (dyn NativeTier + 'static)) -> boolExpand description
Install tier as the process-wide native tier. Idempotent: the first
install wins and later calls return false.
pub fn install_native_tier(tier: &'static (dyn NativeTier + 'static)) -> boolInstall tier as the process-wide native tier. Idempotent: the first
install wins and later calls return false.