pub type PromptCallback = Box<dyn FnMut() + Send + Sync>;

Aliased Type§

struct PromptCallback(/* private fields */);