jsonrpsee_core

Type Alias EmptyServerParams

source
pub type EmptyServerParams = Vec<()>;
Expand description

Empty server RpcParams type to use while registering modules.

Aliased Typeยง

struct EmptyServerParams { /* private fields */ }