macro_rules! impl_object {
(
$this:ident,
check($lua:ident, $index:ident) { $($check:tt)* }
$( impl $trait:ident, )*
) => { ... };
}
macro_rules! impl_object {
(
$this:ident,
check($lua:ident, $index:ident) { $($check:tt)* }
$( impl $trait:ident, )*
) => { ... };
}