pub type AssistantCreatorFunc = Box<dyn FnOnce(&AppSender) -> AssistantCreator<'_>>;
Expand description

Function that creates an AssistantCreator future.

Aliased Type§

struct AssistantCreatorFunc(/* private fields */);