cgp-dispatch 0.7.0

Extensible data type dispatchers for CGP handlers
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod extract_field;
mod extract_first_field;
mod extract_handle;
mod field_value;
mod first_field_value;

pub use extract_field::*;
pub use extract_first_field::*;
pub use extract_handle::*;
pub use field_value::*;
pub use first_field_value::*;