xwt-erased-error 0.7.0

A suite of reusable error types that naturally emerge from the xwt-erased API. Use when you don't want/need your own more precise types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
use crate::*;

impl std::error::Error for Connect {}

impl std::error::Error for Accept {}

impl std::error::Error for Accepting {}

impl std::error::Error for OpenBi {}

impl std::error::Error for OpenUni {}