1 2 3 4 5 6 7 8 9 10
//! 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. //! //! ``` //! # #![allow(unused_imports)] //! use catalyst_protocol_sdk_rust::prelude::*; //! ``` pub use protobuf::ProtobufEnum;