Type Alias spotify_rs::SpotifyResult

source ·
pub type SpotifyResult<T> = Result<T, Error>;