solana_client::rpc_client

Trait SerializableMessage

Source
pub trait SerializableMessage: Serialize { }
Expand description

Trait used to add support for versioned messages to RPC APIs while retaining backwards compatibility

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl SerializableMessage for Message

Source§

impl SerializableMessage for Message

Implementors§