macro_rules! implement_subscribe {
    () => { ... };
    (guard = $guard:expr) => { ... };
}