pub trait ChiaProtocolMessage {
// Required method
fn msg_type() -> ProtocolMessageTypes;
}Required Methods§
fn msg_type() -> ProtocolMessageTypes
Object Safety§
This trait is not object safe.
pub trait ChiaProtocolMessage {
// Required method
fn msg_type() -> ProtocolMessageTypes;
}