FutureOutput

Type Alias FutureOutput 

Source
pub type FutureOutput = Pin<Box<dyn Future<Output = Option<Output>> + Send>>;
Expand description

A type representing middleware or RPC call output.

Aliased Typeยง

pub struct FutureOutput { /* private fields */ }