pub trait MessageInfo {
    fn object_id(&self) -> ObjectId;
}
Expand description

Implemented by messages

Required methods

The object id associated with the message

Implementors