mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
APE: Add docs for conversion to Tag
This commit is contained in:
parent
272ba84027
commit
7745c682a8
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue