Structs§
Enums§
Traits§
- Into
Request - Extension trait for converting [
reqwest::Error] intoError::Requestwith the given context. - Into
Schema From File - Extension trait for converting
std::io::ErrorintoError::SchemaFromFilewith the given context. - Into
Schema NotJson - Extension trait for converting
std::io::ErrorintoError::SchemaNotJsonwith the given context. - Into
Schema NotJson Serde - Extension trait for converting
serde_json::ErrorintoError::SchemaNotJsonSerdewith the given context. - Into
UrlParse - Extension trait for converting
url::ParseErrorintoError::UrlParsewith the given context.
Type Aliases§
- Result 🔒