(&self)
| 85 | |
| 86 | impl MoveInteraction { |
| 87 | pub(crate) fn rect(&self) -> Option<Rect<f64, Pixels>> { |
| 88 | self.rect.cloned() |
| 89 | } |
| 90 | |
| 91 | pub(crate) async fn set_mounted(&mut self, mounted: Rc<MountedData>) { |
| 92 | if let Ok(rect) = mounted.get_client_rect().await { |
no outgoing calls
no test coverage detected