pub fn compile_profiles(
configs: &HashMap<String, LimitProfileConfig>,
) -> Result<HashMap<String, CompiledProfile>, String>Expand description
Compile every named profile.
pub fn compile_profiles(
configs: &HashMap<String, LimitProfileConfig>,
) -> Result<HashMap<String, CompiledProfile>, String>Compile every named profile.