macro_rules! impl_to_rpc_result {
($err:ty) => { ... };
}Expand description
A macro that implements the ToRpcResult for a specific error type
macro_rules! impl_to_rpc_result {
($err:ty) => { ... };
}A macro that implements the ToRpcResult for a specific error type