Skip to main content

install_native_tier

Function install_native_tier 

Source
pub fn install_native_tier(tier: &'static (dyn NativeTier + 'static)) -> bool
Expand description

Install tier as the process-wide native tier. Idempotent: the first install wins and later calls return false.