trait UnstableFeatureIp {
// Required method
fn unstable_is_global(&self) -> bool;
}
Expand description
We need a convenience method from Rust’s unstable feature “ip”. When https://github.com/rust-lang/rust/issues/27709 is stablized we can remove this.