1use crate::*; 2 3#[derive(Clone)] 4pub struct Server { 5 pub(super) config: ArcRwLockServerConfig, 6 pub(super) func_list: ArcRwLockVecFuncBox, 7}