Trait UnstableFeatureIp

Source
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.

Required Methods§

Implementations on Foreign Types§

Source§

impl UnstableFeatureIp for Ipv4Addr

Source§

impl UnstableFeatureIp for Ipv6Addr

Implementors§