pub type ProxyGroupConfigs = Vec<ProxyGroupConfig>;Expand description
A collection of proxy group configurations
Aliased Type§
struct ProxyGroupConfigs { /* private fields */ }Trait Implementations§
Source§impl FromIni<Vec<ProxyGroupConfig>> for ProxyGroupConfigs
Implementation for parsing ProxyGroupConfig from INI string lines
impl FromIni<Vec<ProxyGroupConfig>> for ProxyGroupConfigs
Implementation for parsing ProxyGroupConfig from INI string lines
Source§fn from_ini(arr: &[String]) -> ProxyGroupConfigs
fn from_ini(arr: &[String]) -> ProxyGroupConfigs
Convert from INI string array to the target type