Type Alias cargo_edit::Error

source ·
pub type Error = Error;
Expand description

Common error type

Aliased Type§

struct Error { /* private fields */ }

Trait Implementations§

source§

impl Deref for Error

§

type Target = dyn Error + Sync + Send

The resulting type after dereferencing.
source§

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

Dereferences the value.