Skip to main content

LoadUserInstructionsFuture

Type Alias LoadUserInstructionsFuture 

Source
pub type LoadUserInstructionsFuture<'a> = Pin<Box<dyn Future<Output = LoadedUserInstructions> + Send + 'a>>;
Expand description

Future returned by a UserInstructionsProvider.

Aliased Typeยง

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