Skip to main content

AsyncInteractionFuture

Type Alias AsyncInteractionFuture 

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

Aliased Typeยง

#[repr(transparent)]
pub struct AsyncInteractionFuture { /* private fields */ }