Type Definition deno_core::JsErrorCreateFn[][src]

pub type JsErrorCreateFn = dyn Fn(JsError) -> AnyError;