Expand description
Implementation of the union! macro.
Re-exports§
pub use crate::union::*;
Modules§
- expr_
chain - Contains
Chaintrait and implementation, expressions, groups and utils to work with all of them. - handler
Handlerdefines handler function of 3 possible types:map,and_thenandthen.mapandand_thenwill be evaluted in case of all successful results andthenwill be evaluated in any case, which allows user to define its own handlers for every error.- union
- Defines
Unionstruct andgenerate_unionfunction to generate output of theunion!macro based on input and given config.