Type Alias cln_plugin::Error

source ·
pub type Error = Error;
Expand description

Need to tell us about something that went wrong? Use this error type to do that. Use this alias to be safe from future changes in our internal error handling, since we’ll implement any necessary conversions for you :-)

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.