Struct lightning::ln::msgs::HandleError [] [src]

pub struct HandleError {
    pub err: &'static str,
    pub msg: Option<ErrorAction>,
}

Fields

Trait Implementations

impl Debug for HandleError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HandleError

impl Sync for HandleError