RpcFuture

Type Alias RpcFuture 

Source
pub type RpcFuture<'a> = Pin<Box<dyn Future<Output = Result<(Option<WampArgs>, Option<WampKwArgs>), WampError>> + Send + 'a>>;
Expand description

Type returned by RPC functions

Aliased Typeยง

pub struct RpcFuture<'a> { /* private fields */ }