Struct protoc_rust::Args
[−]
[src]
pub struct Args<'a> {
pub out_dir: &'a str,
pub includes: &'a [&'a str],
pub input: &'a [&'a str],
}Fields
out_dir: &'a str
--lang_out= param
includes: &'a [&'a str]
-I args
input: &'a [&'a str]
List of .proto files to compile
Trait Implementations
impl<'a> Debug for Args<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more