Trait qqmusic_rs::search::SearchType
source · pub trait SearchType {
type Resp;
const TYPE_ID: u32;
}
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait SearchType {
type Resp;
const TYPE_ID: u32;
}