pub type DchatMsgsBuffer = Arc<Mutex<Vec<DchatMsg>>>;
pub struct DchatMsgsBuffer { /* private fields */ }