Trait bitcoin::consensus::serde::IntoDeError
source · pub trait IntoDeError {
// Required method
fn into_de_error<E: Error>(self) -> E;
}
Available on crate feature
serde
only.Expand description
Converts error into a type implementing serde::de::Error
Required Methods§
sourcefn into_de_error<E: Error>(self) -> E
fn into_de_error<E: Error>(self) -> E
Performs the conversion.
Object Safety§
This trait is not object safe.