FlowFuture

Type Alias FlowFuture 

Source
pub type FlowFuture<'a> = Pin<Box<dyn Future<Output = Result<Message, AgentError>> + Send + 'a>>;

Aliased Typeยง

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