Remove error variant of encode{,_length_delimited}_vec
methods in Protobuf
trait
#1323
Labels
enhancement
New feature or request
Description
In accordance with the underlying
prost::Message
interface,encode_vec
andencode_length_delimited_vec
methods of theProtobuf
trait can explicitly returnVec<u8>
, without requiring error handling.Definition of "done"
Similar to what was done with the
Protobuf
trait inibc-proto-rs
The text was updated successfully, but these errors were encountered: