Skip to main content

derive_deftly_template_PartialEqForError

Macro derive_deftly_template_PartialEqForError 

Source
macro_rules! derive_deftly_template_PartialEqForError {
    ({ $($driver:tt)* } [$($aoptions:tt)*] ($($future:tt)*) $($tpassthrough:tt)*) => { ... };
    ($($wrong:tt)*) => { ... };
}
Expand description

impl PartialEq for Error

This is a derive_deftly template. Do not invoke it directly. To use it, write: #[derive(Deftly)] #[derive_deftly(PartialEqForError)].