Skip to main content

RpcIntoError

Trait RpcIntoError 

Source
pub trait RpcIntoError {
    // Required method
    fn rpc_into_error(self) -> RpcError;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<C, M> RpcIntoError for (C, M)
where C: Into<RpcErrorCode>, M: Into<String>,

Implementors§