union_impl 0.1.3

Implementation of the `union!` macro.
Documentation
1
2
3
4
5
6
7
8
//!
//! Defines configuration of the `union!` macro.
//!

pub struct Config {
    pub is_async: bool,
    pub spawn: bool,
}