Type Alias shuttle_runtime::CustomError

source ·
pub type CustomError = Error;

Aliased Type§

struct CustomError { /* 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.