pub struct SchemaSystem { /* private fields */ }
Expand description

Provides functions for instantiating instances of Schema.

Implementations

Requests each of the provided DocumentAuthoritys, in order, to resolve the requested schema id until one successfully resolves it. If an authority throws an exception, resolution silently proceeds to the next authority.

Creates a schema from given IslTypes Note: This method assumes that there are no imported type definitions used for these IslTypes

Creates a type from given Element using TypeStore

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.