Type Definition deno_core::JsErrorCreateFn[][src]

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