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 {}