Module json

Source

Structs§

JsonRef

Enums§

Error

Traits§

IntoRequest
Extension trait for converting [reqwest::Error] into Error::Request with the given context.
IntoSchemaFromFile
Extension trait for converting std::io::Error into Error::SchemaFromFile with the given context.
IntoSchemaNotJson
Extension trait for converting std::io::Error into Error::SchemaNotJson with the given context.
IntoSchemaNotJsonSerde
Extension trait for converting serde_json::Error into Error::SchemaNotJsonSerde with the given context.
IntoUrlParse
Extension trait for converting url::ParseError into Error::UrlParse with the given context.

Type Aliases§

Result 🔒