Skip to main content

CallFuture

Type Alias CallFuture 

Source
pub type CallFuture<'a> = Pin<Box<dyn Future<Output = Result<CallResult, CallError>> + Send + 'a>>;
Expand description

A Caller’s pending reply.

Aliased Type§

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