macro_rules! already_send {
    ($([$ty: ty])*) => { ... };
}