macro_rules! bind_globals {
(
$backend:ident,
$objman:ident,
$registry:ident,
$globals:ident,
$(($interface:ident, $object:path)),*$(,)?
) => { ... };
}
macro_rules! bind_globals {
(
$backend:ident,
$objman:ident,
$registry:ident,
$globals:ident,
$(($interface:ident, $object:path)),*$(,)?
) => { ... };
}