Skip to main content

RegulatoryRegionConfiguratorProxyInterface

Trait RegulatoryRegionConfiguratorProxyInterface 

Source
pub trait RegulatoryRegionConfiguratorProxyInterface: Send + Sync {
    // Required method
    fn set_region(&self, region: &str) -> Result<(), Error>;
}

Required Methods§

Source

fn set_region(&self, region: &str) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§