Crate solana_libra_proto_conv

Crate solana_libra_proto_conv 

Source
Expand description

The traits IntoProto and FromProto describes conversion from Rust type to corresponding Protobuf type, or vice versa.

Modules§

test_helper

Traits§

FromProto
Convert Protobuf struct to Rust.
FromProtoBytes
IntoProto
Convert Rust struct to Protobuf.
IntoProtoBytes