1 2 3 4 5 6 7 8
#[derive(Clone, PartialEq, ::prost::Message)] pub struct Operation { #[prost(string, tag="1")] pub client: ::prost::alloc::string::String, } #[derive(Clone, PartialEq, ::prost::Message)] pub struct Result { }