macro_rules! async_write_error {
($($arg:tt)*) => { ... };
}
Expand description
A macro for printing to progrmas buffer all error messages generated by the library.
macro_rules! async_write_error {
($($arg:tt)*) => { ... };
}
A macro for printing to progrmas buffer all error messages generated by the library.