[][src]Type Definition fitparser::Error

type Error = Box<ErrorKind>;

An error that can be produced during deserializing.

Trait Implementations

impl<'_> From<Err<(&'_ [u8], ErrorKind)>> for Error[src]

impl From<Error> for Error[src]