macro_rules! box_object_impl {
    ($name:ident $(, $constraint:ident)*) => { ... };
}