Macro impl_write_fallible

Source
macro_rules! impl_write_fallible {
    ($writer_fallibility:ty, $reader_fallibility:ty) => { ... };
}