Type Alias EmptyServerParams

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

Empty server RpcParams type to use while registering modules.

Aliased Typeยง

pub struct EmptyServerParams { /* private fields */ }