Type Alias qqmusic_rs::GETResult

source ·
pub type GETResult = Result<Request<()>>;

Aliased Type§

enum GETResult {
    Ok(Request<()>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Request<()>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value