1
2
3
4
#[derive(Debug, Clone)]
pub struct Generics {
    pub(crate) private: (),
}