Skip to main content

SamplingFuture

Type Alias SamplingFuture 

Source
pub type SamplingFuture<'a> = Pin<Box<dyn Future<Output = Result<String, SamplingError>> + Send + 'a>>;
Expand description

Boxed future returned by SamplingClient::create_message.

Aliased Type§

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