Type Definition deno_runtime::permissions::PromptCallback

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