Set the share information
(&mut self, share: SessionShare)
| 604 | |
| 605 | /// Set the share information |
| 606 | pub fn set_share(&mut self, share: SessionShare) { |
| 607 | self.share = Some(share); |
| 608 | self.touch(); |
| 609 | } |
| 610 | |
| 611 | /// Clear the share information |
| 612 | pub fn clear_share(&mut self) { |