Type Alias qqmusic_rs::POSTResult

source ·
pub type POSTResult = Result<Request<String>>;

Aliased Type§

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

Variants§

§1.0.0

Ok(Request<String>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value