Skip to main content

AsyncInteractionFuture

Type Alias AsyncInteractionFuture 

Source
pub type AsyncInteractionFuture = Pin<Box<dyn Future<Output = Result<InteractionResponse, String>> + 'static>>;

Aliased Typeยง

pub struct AsyncInteractionFuture { /* private fields */ }