Clear the share information
(&mut self)
| 610 | |
| 611 | /// Clear the share information |
| 612 | pub fn clear_share(&mut self) { |
| 613 | self.share = None; |
| 614 | self.touch(); |
| 615 | } |
| 616 | |
| 617 | /// Update usage statistics |
| 618 | pub fn update_usage(&mut self, usage: SessionUsage) { |