[][src]Trait audiotags::AudioTagCommon

pub trait AudioTagCommon {
    fn config(&self) -> &Config;
fn set_config(&mut self, config: Config);
fn into_anytag(&self) -> AnyTag<'_>; fn into_tag(&self, tag_type: TagType) -> Box<dyn AudioTag> { ... } }

Required methods

fn config(&self) -> &Config

fn set_config(&mut self, config: Config)

fn into_anytag(&self) -> AnyTag<'_>

Loading content...

Provided methods

fn into_tag(&self, tag_type: TagType) -> Box<dyn AudioTag>

Convert the tag type, which can be lossy.

Loading content...

Implementors

impl AudioTagCommon for FlacTag[src]

impl AudioTagCommon for Id3v2Tag[src]

impl AudioTagCommon for Mp4Tag[src]

Loading content...