pub trait IntoProtobufAny { // Required method fn into_any(self) -> Any; }
Value convertion into protobuf’s Any
Converts itself into protobuf’s Any type