RulesetConfigs

Type Alias RulesetConfigs 

Source
pub type RulesetConfigs = Vec<RulesetConfig>;

Aliased Type§

pub struct RulesetConfigs { /* private fields */ }

Trait Implementations§

Source§

impl FromIni<Vec<RulesetConfig>> for RulesetConfigs

Implementation for parsing RulesetConfig from INI string lines

Source§

fn from_ini(arr: &[String]) -> Vec<RulesetConfig>

Convert from INI string array to the target type