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