Type Definition garminfit::error::Result

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

A type alias for handling errors throughout this crate.