pub type Result<T> = Result<T, LastFmError>;Expand description
Helper type for Result with LastFmError
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LastFmError),
}pub type Result<T> = Result<T, LastFmError>;Helper type for Result with LastFmError
pub enum Result<T> {
Ok(T),
Err(LastFmError),
}