Skip to main content

CreatePoolFuture

Type Alias CreatePoolFuture 

Source
pub type CreatePoolFuture<'a> = Pin<Box<dyn Future<Output = CreatePoolResult> + Send + 'a>>;

Aliased Typeยง

#[repr(transparent)]
pub struct CreatePoolFuture<'a> { /* private fields */ }