pub type Dict<'a> = HashMap<&'a str, Box<dyn AnySer<'a>>>;
pub struct Dict<'a> { /* private fields */ }