Macro tokio::io::util::async_write_ext::write_impl

source ยท
macro_rules! write_impl {
    (
            $(
                $(#[$outer:meta])*
                fn $name:ident(&mut self, n: $ty:ty) -> $($fut:ident)*;
            )*
        ) => { ... };
}
Expand description

Defines numeric writer.