This commit is contained in:
MrDulfin 2023-12-10 00:53:58 -05:00
commit 99a0901b12

View file

@ -9,4 +9,4 @@ pub trait ExternalLibrary {
unimplemented!(); unimplemented!();
} }
fn to_songs(&self) -> Vec<Song>; fn to_songs(&self) -> Vec<Song>;
} }