a_chat 0.1.0

a asynchronous chat server
Documentation
1
2
use std::error::Error;
pub type Result<T> = std::result::Result<T, Box<dyn Error + Send + Sync + 'static>>;