(
&mut self,
runner: &mut MaterialApplication,
context: &mut Self::Context,
path: &PathBuf,
)
| 168 | } |
| 169 | |
| 170 | fn dropped_file( |
| 171 | &mut self, |
| 172 | runner: &mut MaterialApplication, |
| 173 | context: &mut Self::Context, |
| 174 | path: &PathBuf, |
| 175 | ) -> Pin<Box<dyn Future<Output = ()> + Send>> { |
| 176 | Box::pin(future::ready(())) |
| 177 | } |
| 178 | |
| 179 | fn hovered_file( |
| 180 | &mut self, |