Closed lexxvir closed 4 years ago
Hi @tafia !
It will be nice if in the no_std environment I can throw IO error from the WriterBackend's implementer.
no_std
WriterBackend
Thanks!
Sorry I've merged but I am not sure it is doing anything just yet.
I will use this error in my WriterBackend implementation. So now it is possible to"notify" caller of Writer that IO error occurred.
Writer
Hi @tafia !
It will be nice if in the
no_std
environment I can throw IO error from theWriterBackend
's implementer.