Expand description
Defines the Resolver trait and different resolver implementations.
Structs§
- Implements a
Resolverthat can be used to load local files. - Implements a
Resolverthat can combines multiple different other resolvers into one single resolver. - Implements a
Resolverthat resolves nothing. - Contains information about the requested resolve action.
Traits§
- Trait that defines a so called resolver that can be used to load schema information from different sources.