//! Contains helper utilities for parsing items that have been annotated with the `enum_dispatch`
//! procedural macro attribute.
use crateenum_dispatch_item;
/// Enumerates all successful results of parsing an `enum_dispatch` annotated syntax block.
/// Parses any syntax item that was annotated with the `enum_dispatch` attribute and returns its
/// itemized results.