trait UnstableFeatureIp {
// Required methods
fn unstable_is_global(&self) -> bool;
fn unstable_is_shared(&self) -> bool;
fn unstable_is_benchmarking(&self) -> bool;
fn unstable_is_reserved(&self) -> bool;
fn unstable_is_documentation(&self) -> bool;
}