Type Definition songbird::error::TrackResult[][src]

type TrackResult<T> = Result<T, TrackError>;

Alias for most calls to a TrackHandle.