1
2
3
4
5
6
7
8
9
//! 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.

pub use crate::{
    dispatchers::Dispatch, implement_dispatch, implement_dispatcher_trait, std_enums::*,
};