1 2 3 4 5 6 7 8 9 10 11 12 13
crate::ix!(); impl ArgsManagerInner { /** | Select the network in use | */ pub fn select_config_network(&mut self, network: &str) { self.network = Some(network.to_string()); } }