Struct protoc::Args [−][src]
pub struct Args<'a> {
pub lang: &'a str,
pub out_dir: &'a str,
pub plugin: Option<&'a str>,
pub includes: &'a [&'a str],
pub input: &'a [&'a str],
}👎 Deprecated since 2.13:
Use ProtocLangOut instead
Expand description
Protoc --lang_out... args
Fields
lang: &'a str👎 Deprecated since 2.13:
Use ProtocLangOut instead
LANG part in --LANG_out=...
out_dir: &'a str👎 Deprecated since 2.13:
Use ProtocLangOut instead
--LANG_out=... param
plugin: Option<&'a str>👎 Deprecated since 2.13:
Use ProtocLangOut instead
--plugin param. Not needed if plugin is in $PATH
includes: &'a [&'a str]👎 Deprecated since 2.13:
Use ProtocLangOut instead
-I args
input: &'a [&'a str]👎 Deprecated since 2.13:
Use ProtocLangOut instead
List of .proto files to compile
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Args<'a>impl<'a> UnwindSafe for Args<'a>