pub type MakeFreshType = Box<dyn Send + Sync + Fn(SuggestionProviderConfig) -> Pin<Box<dyn Send + Future<Output = Result<Box<dyn SuggestionProvider>, SetupError>> + 'static>>>;
Expand description

A type that represents an object-safe function that can be passed to suggestion reconfigure methods to make new inner providers.