UnstableFeatureIp

Trait UnstableFeatureIp 

Source
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;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl UnstableFeatureIp for Ipv4Addr

Source§

impl UnstableFeatureIp for Ipv6Addr

Implementors§