Type Alias jsonrpsee_core::EmptyServerParams

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

Empty server RpcParams type to use while registering modules.

Aliased Type§

struct EmptyServerParams { /* private fields */ }