Trait bitcoin::consensus::serde::IntoDeError
source · pub trait IntoDeError {
// Required method
fn into_de_error<E: Error>(self) -> E;
}
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.