crunch/examples/basic-setup/src/gencrunch/basic.includes.my_include.rs

6 lines
136 B
Rust
Raw Normal View History

#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MyInclude {
#[prost(string, tag="1")]
pub name: std::string::String,
}