Module prelude

Source
Expand description

The Prelude

The purpose of this module is to include protobuf traits which may be needed to invoke methods on the types defined in this crate.

use catalyst_protocol_sdk_rust::prelude::*;

Traitsยง

Message
Trait implemented for all generated structs for protobuf messages.
ProtobufEnum
Trait implemented by all protobuf enum types.