Trait rpc_router::IntoRpcHandlerError
source · pub trait IntoRpcHandlerError{
// Provided method
fn into_handler_error(self) -> RpcHandlerError { ... }
}
Provided Methods§
fn into_handler_error(self) -> RpcHandlerError
Object Safety§
This trait is not object safe.