Macro typedb::value [] [src]

macro_rules! value {
    ($name:ident: $($type:tt)*) => { ... };
}

Macro for simplifying custom Value type definition