Trait qqmusic_rs::user::SetCookie
source · pub trait SetCookie {
// Required method
fn set_cookie(&self, cookie: &str) -> POSTResult;
}
Expand description
set cookie to server with POST
pub trait SetCookie {
// Required method
fn set_cookie(&self, cookie: &str) -> POSTResult;
}
set cookie to server with POST