Struct protobuf::compiler_plugin::GenResult [] [src]

pub struct GenResult {
    pub name: String,
    pub content: Vec<u8>,
}

Fields

Trait Implementations

Auto Trait Implementations

impl Send for GenResult

impl Sync for GenResult