pub type MessageResult = Result<Message, ReceiveError>;
Expand description

Result for a message received.