Skip to main content

impl_callback_traits

Macro impl_callback_traits 

Source
macro_rules! impl_callback_traits {
    ($callback_value:ident) => { ... };
}
Expand description

Helper macro implementing the shared trait impls (Display, Debug, Hash, PartialEq, Eq, PartialOrd, Ord) for callback types. Used internally by [impl_callback!] and [impl_callback_simple!].