Crate rpc_router_macros

Source

Derive Macrosยง

RpcHandlerError
Will implement IntoHandlerError for this target type. The target type must implement std::error::Error
RpcParams
Will implement IntoParams for this target type. The target type must implement Deserialize
RpcResource
Will implement FromResources for this target type. The target type must implement Clone + Send + Sync