Enum flugrost::RPCError [] [src]

pub enum RPCError {
    NetworkError,
    SerializationError,
    DeserializationError,
    ProtocolError,
}

Variants

Trait Implementations

impl Debug for RPCError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<RecvError> for RPCError
[src]

[src]

Performs the conversion.

impl From<Error> for RPCError
[src]

[src]

Performs the conversion.

impl From<Error> for RPCError
[src]

[src]

Performs the conversion.

impl From<Error> for RPCError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RPCError

impl Sync for RPCError