Macro arti_client::err::hint::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.