macro_rules! await_on_inner {
($x:ident, $method:ident $(, $args:expr)*) => { ... };
}Expand description
Invoke a method on the underlying source type and await the result.
await_on_inner(io_source, method, ...) => inner_source.method(...).await