armanriazirustrefmove

    fn data(&self) -> &T {
        self.data.as_ref()
        //&self.data; Equal line above
    }
ArmanRiazi