Type Alias deno_core::error::AnyError

source ·
pub type AnyError = Error;
Expand description

A generic wrapper that can encapsulate any concrete error type.

Aliased Type§

struct AnyError { /* private fields */ }

Trait Implementations§

source§

impl Deref for Error

§

type Target = dyn Error + Send + Sync

The resulting type after dereferencing.
source§

fn deref(&self) -> &<Error as Deref>::Target

Dereferences the value.