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

7 lines
196 B
Rust
Raw Normal View History

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