Type Definition deno_core::GetErrorClassFn[][src]

pub type GetErrorClassFn = &'static dyn for<'e> Fn(&'e Error) -> &'static str;