pub trait ConstDispatch: MacroDerived { }Expand description
Marker trait for types which may be fed to const_dispatch!.
It is not to be implemented manually: only through its eponymous
#[derive(ConstDispatch)].
pub trait ConstDispatch: MacroDerived { }Marker trait for types which may be fed to const_dispatch!.
It is not to be implemented manually: only through its eponymous
#[derive(ConstDispatch)].