[][src]Crate solana_libra_proto_conv

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