APE: Add docs for conversion to Tag

This commit is contained in:
Serial 2023-10-17 18:59:05 -04:00 committed by Alex
parent 272ba84027
commit 7745c682a8

View file

@ -63,6 +63,10 @@ macro_rules! impl_accessor {
///
/// ## Conversions
///
/// ### To `Tag`
///
/// Any [`ApeItem`] with an [`ItemKey`] mapping will have a 1:1 conversion to [`TagItem`].
///
/// ### From `Tag`
///
/// When converting pictures, any of type [`PictureType::Undefined`](crate::PictureType::Undefined) will be discarded.