cgp-dispatch 0.7.0

Extensible data type dispatchers for CGP handlers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod build_with_handlers;
mod match_first_with_handlers;
mod match_first_with_handlers_mut;
mod match_first_with_handlers_ref;
mod match_with_handlers;
mod match_with_handlers_mut;
mod match_with_handlers_ref;

pub use build_with_handlers::*;
pub use match_first_with_handlers::*;
pub use match_first_with_handlers_mut::*;
pub use match_first_with_handlers_ref::*;
pub use match_with_handlers::*;
pub use match_with_handlers_mut::*;
pub use match_with_handlers_ref::*;