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