tcplane/server/tmp/
type.rs

1
2
3
4
5
6
use crate::*;

#[derive(Clone, Lombok)]
pub struct Tmp {
    pub(crate) log: Log,
}