pub trait Tag<'a> {
type TagType: StaticType + FromValue<'a> + ToSendValue + Send + Sync;
const TAG_NAME: &'static GStr;
}
Required Associated Types§
type TagType: StaticType + FromValue<'a> + ToSendValue + Send + Sync
Required Associated Constants§
Object Safety§
This trait is not object safe.