mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 12:26:10 +01:00
8 lines
143 B
Rust
8 lines
143 B
Rust
use songbird::{input::AuxMetadata, typemap::TypeMapKey};
|
|
|
|
pub struct Metadata;
|
|
|
|
impl TypeMapKey for Metadata {
|
|
type Value = AuxMetadata;
|
|
}
|