Struct ice_core::rpc::RpcServerConfig [] [src]

pub struct RpcServerConfig {
    pub methods: HashMap<String, Box<Fn(Vec<Param>) -> Box<Future<Item = Param, Error = ()>> + Send + Sync>>,
}

Fields

Methods

impl RpcServerConfig
[src]

Trait Implementations

impl Default for RpcServerConfig
[src]

[src]

Returns the "default value" for a type. Read more