Trait TagRef
Other items intauri_runtime::tag
pub trait TagRef<T: Tag>: Display + ToOwned<Owned = T> + PartialEq<T> + Eq + Hash where T: Borrow<Self>, { }
A reference to a Tag.
Tag
Display
ToOwned
PartialEq
Hash
Eq
impl<T: Tag, R: ?Sized> TagRef<T> for R where T: Borrow<R>, R: Display + ToOwned<Owned = T> + PartialEq<T> + Eq + Hash,