Skip to main content

GeneratedSchemaBootstrapFuture

Type Alias GeneratedSchemaBootstrapFuture 

Source
pub type GeneratedSchemaBootstrapFuture<'a> = Pin<Box<dyn Future<Output = Result<(), RuntimeError>> + Send + 'a>>;

Aliased Typeยง

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