Macro hintable_impl

Source
macro_rules! hintable_impl {
    { $( $e:ty ),+ $(,)? } => { ... };
}
Expand description

Declare one or more error types as having hints.

This macro implements Sealed for those types, and makes them participate in downcast_to_hintable_impl.