pubmoddata;pubmodopts;pubusedata::*;pubuseopts::*;/// Allows easier construction of filter functions for multiple api endpoints
pub(crate)traitFilter{// TODO: Add a stronger return type. Not all filters are `key=val`, soma are only `key`
fnquery_key_val(&self)->(&'staticstr, String);}