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