Trait qqmusic_rs::lyric::QueryLyric
source · pub trait QueryLyric {
// Required method
fn query_lyric(&self, song: &str) -> GETResult;
}
pub trait QueryLyric {
// Required method
fn query_lyric(&self, song: &str) -> GETResult;
}