Struct cold_iron::crypt::Message[]

pub struct Message<T> { /* fields omitted */ }
Expand description

Message represents an unencrypted message of cryptothaumatic origin or destination

Implementations

Try to convert a message from a standard wire format

Try to convert a message to the standard wire format

Returns the author of the message. If the message is anonymous or the author can be verified, returns an error.

Unwraps the inner message

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.