//! Associate a tag with a user value. A tag can be, many things, such as a source that the user
//! value came from, a date associated with the data, or a fid.
usecrate::user_value::UserValue;pubtraitHasTag<T> {fntag(&self)-> T;fnuntag(self)->(impl UserValue, T);}