pub trait TagSetterExtManual: 'static {
    fn add<'a, T: Tag<'a>>(&self, value: &T::TagType, mode: TagMergeMode);
}

Required methods

Implementors