spotify_cli/
error.rs

1/// Shared error type alias for the application.
2pub type Result<T> = std::result::Result<T, anyhow::Error>;