pub trait SerializableMessage: Serialize { }
Expand description

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

Implementations on Foreign Types§

§

impl SerializableMessage for Message

§

impl SerializableMessage for Message

Implementors§