1use crate::*; 2 3pub type ArcRwLockTmp = ArcRwLock<Tmp>; 4 5#[derive(Clone, Lombok)] 6pub struct Tmp { 7 pub(crate) log: Log, 8}