1
2
3
4
5
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ProtoVarCharMaxLength {
    #[prost(uint32, tag="1")]
    pub value: u32,
}