pub type BoxedImportOptionsLoaderFuture = Pin<Box<dyn Future<Output = Option<Box<dyn BaseImportOptions>>>>>;
Expand description

Future type for resource import options loading.

Aliased Type§

struct BoxedImportOptionsLoaderFuture { /* private fields */ }