Struct rpc_lib::client::ResponseError[][src]

pub struct ResponseError { /* fields omitted */ }

ResponseError contains an RPC 2.0 error

Trait Implementations

impl Debug for ResponseError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations