Module error

Module error 

Source
Expand description

An Error type and associated Result<T> alias for the f1_data crate.

Enums§

Error
An error that may occur while processing a Resource HTTP request from the jolpica-f1 API, via the provided family of get_* methods.

Type Aliases§

Result
Convenience type alias for Result<T, f1_data::error::Error>.