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