pub type PermissionMap = BTreeMap<String, Vec<String>>;
pub struct PermissionMap { /* private fields */ }