Documentation
1
2
3
use std::collections::HashMap;

pub type ValidationErrors = HashMap<String, Vec<String>>;