macro_rules! on_inner {
    ($x:ident, $method:ident $(, $args:expr)*) => { ... };
}
Expand description

Invoke a method on the underlying source type.

on_inner(io_source, method, ...) => inner_source.method(...)