Enum protobuf_parse::WhichParser [−][src]
pub enum WhichParser {
Pure,
Protoc,
}Expand description
Which parse to use (when possible).
Variants
Pure Rust parser.
Parse using external protoc command.
pub enum WhichParser {
Pure,
Protoc,
}Which parse to use (when possible).
Pure Rust parser.
Parse using external protoc command.