Macro tagger::write_ret[][src]

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

Just like the regular write! macro except it returns itself upon success.