catalyst_protocol_sdk_rust/
prelude.rs

1//! The  Prelude
2//!
3//! The purpose of this module is to include protobuf traits which may be needed to invoke methods on the types defined in this crate.
4//!
5//! ```
6//! # #![allow(unused_imports)]
7//! use catalyst_protocol_sdk_rust::prelude::*;
8//! ```
9
10pub use protobuf::ProtobufEnum;
11pub use protobuf::Message;
12