macro_rules! impl_valid_asynchronous_macro_never_called {
($type:ty) => { ... };
}Expand description
Helper macro that implements open_timeline_gui_core::ValidAsynchronous for some type
for which it should never be called (all methods panic)
macro_rules! impl_valid_asynchronous_macro_never_called {
($type:ty) => { ... };
}Helper macro that implements open_timeline_gui_core::ValidAsynchronous for some type
for which it should never be called (all methods panic)