Function get_allowed_states

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