#[derive(Clone)] pub struct TreeNode where T: Clone, { pub value: T, pub is_expired: bool, }