//! The prelude file imports various `CollectDispatch*` traits.
//!//! This allows one
//! to import everything just by writing `use edisp::prelude::*;`, and get
//! access for everything needed.
pubusecrate::{dispatchers::Dispatch, implement_dispatch, implement_dispatcher_trait,std_enums::*,};