Type Definition jsonrpsee_http_server::Methods[][src]

type Methods = HashMap<&'static str, Box<dyn Fn(Id<'_>, RpcParams<'_>, &UnboundedSender<String>, usize) + 'static + Sync + Send, Global>, BuildHasherDefault<FxHasher>>;
Expand description

A collection of registered Methods.