Skip to main content

IntoErrorData

Trait IntoErrorData 

Source
pub trait IntoErrorData {
    type Output;

    // Required method
    fn into_error_data(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn into_error_data(self) -> Self::Output

Implementors§