Trait ears::AudioTags
[−]
[src]
pub trait AudioTags {
fn get_tags(&self) -> Tags;
}AudioTags trait implemented by all struct who can provides audio.
pub trait AudioTags {
fn get_tags(&self) -> Tags;
}AudioTags trait implemented by all struct who can provides audio.