ockam_core

Trait Message

source
pub trait Message:
    Encodable
    + Decodable
    + Send
    + 'static { }
Expand description

A user defined message that can be serialised and deserialized.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Message for ()

Implementors§