macro_rules! impl_binder_encode_decode {
    ($($t:ty),+ $(,)?) => { ... };
}