I recently abstracted all I/O in my crate (https://github.com/projectharmonia/bevy_replicon/pull/204) and noticed that DisconnectReason doesn't implement Error. I think it logically makes sense and would help me to create a more convenient abstraction around disconnect events.
I recently abstracted all I/O in my crate (https://github.com/projectharmonia/bevy_replicon/pull/204) and noticed that
DisconnectReason
doesn't implementError
. I think it logically makes sense and would help me to create a more convenient abstraction around disconnect events.