rspotify 0.10.0

Spotify API wrapper
Documentation
1
2
3
4
5
//! the result of post/put/delete request
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct CUDResult {
    pub snapshot_id: String,
}