macro_rules! boxed_into_future {
    () => { ... };
    (extra_bounds: $($extra_bounds:tt)*) => { ... };
}