Expand description
Interfaces for customizing resolution of protobuf source files.
Structs§
- An implementation of
FileResolver
which chains together several other resolvers. - An implementation of
FileResolver
which resolves files from a compiledFileDescriptorSet
. - An opened protobuf source file, returned by
FileResolver::open_file
. - An implementation of
FileResolver
which resolves well-known imports such asgoogle/protobuf/descriptor.proto
. - An implementation of
FileResolver
which searches an include path on the file system.
Traits§
- A strategy for locating protobuf source files.