Expand description
Interfaces for customizing resolution of protobuf source files.
Structs§
- Chain
File Resolver - An implementation of
FileResolverwhich chains together several other resolvers. - Descriptor
SetFile Resolver - An implementation of
FileResolverwhich resolves files from a compiledFileDescriptorSet. - File
- An opened protobuf source file, returned by
FileResolver::open_file. - File
Metadata - Information about a
Fileafter it has been added to aCompilerinstance. - Google
File Resolver - An implementation of
FileResolverwhich resolves well-known imports such asgoogle/protobuf/descriptor.proto. - Include
File Resolver - An implementation of
FileResolverwhich searches an include path on the file system.
Traits§
- File
Resolver - A strategy for locating protobuf source files.