Struct tarpc::util::Message [] [src]

pub struct Message(pub String);

A String that impls std::error::Error. Useful for quick-and-dirty error propagation.

Trait Implementations

impl Debug for Message
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Message
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for Message
[src]

[src]

Formats the value using the given formatter. Read more

impl<S: Into<String>> From<S> for Message
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Message

impl Sync for Message