Macro def_sink_impl

Source
macro_rules! def_sink_impl {
    () => { ... };
    ({ $({ $variant_name:ident, $sink_type:ty }),* }) => { ... };
}