pub type BoxSamplingFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, Box<dyn Error + Send + Sync>>> + Send + 'a>>;Expand description
Boxed future type alias for sampling operations
Aliased Typeยง
#[repr(transparent)]pub struct BoxSamplingFuture<'a, T> { /* private fields */ }