Type Definition strava::error::Result [] [src]

type Result<T> = Result<T, ApiError>;

A Result type for strava methods