jsonschema

Type Alias SchemaResolverError

source
pub type SchemaResolverError = Error;
๐Ÿ‘ŽDeprecated since 0.21.0: The new jsonschema::Retrieve trait uses a different error type which obsolete this type alias. This type alias will be removed in a future release.
Expand description

An opaque error type that is returned by resolvers on resolution failures.

Aliased Typeยง

struct SchemaResolverError { /* private fields */ }