Struct protoc::Protoc [] [src]

pub struct Protoc { /* fields omitted */ }

Protoc command.

Methods

impl Protoc
[src]

[src]

New protoc command from $PATH

[src]

New protoc command from specified path

[src]

Check protoc command found and valid

[src]

Obtain protoc version

[src]

Execute configured protoc with given args

[src]

Execute protoc --descriptor_set_out=

Trait Implementations

Auto Trait Implementations

impl Send for Protoc

impl Sync for Protoc