matrix_sdk

Macro boxed_into_future

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