Type Alias fitparser::Error

source ·
pub type Error = Box<ErrorKind>;
Expand description

An error that can be produced during deserializing.

Aliased Type§

struct Error(/* private fields */);

Trait Implementations§

source§

impl From<Error> for Error

source§

fn from(err: Error) -> Error

Converts to this type from the input type.