Macro impl_read_fallible

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