Function fitparser::de::from_reader

source ·
pub fn from_reader<T: Read>(source: &mut T) -> Result<Vec<FitDataRecord>>
Expand description

Deserialize a FIT file stored in a source that implements io::Read.