Skip to main content

MethodMap

Type Alias MethodMap 

Source
pub type MethodMap = HashMap<Arc<str>, Value>;
Expand description

Inner map type for protocol implementations: method_name → impl fn.

Aliased Type§

pub struct MethodMap { /* private fields */ }