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

--lang_out= param

-I args

List of .proto files to compile

Trait Implementations

impl<'a> Debug for Args<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Args<'a>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a> Send for Args<'a>

impl<'a> Sync for Args<'a>