Macro writer_error

Source
macro_rules! writer_error {
    ($dst:expr, $($arg:tt)*) => { ... };
}