pub fn get_allowed_states(
connection: &SqliteConnection,
desired_type: &str,
) -> Result<HashMap<&'static str, bool>, RpWebError>
pub fn get_allowed_states(
connection: &SqliteConnection,
desired_type: &str,
) -> Result<HashMap<&'static str, bool>, RpWebError>