(&self)
| 84 | } |
| 85 | |
| 86 | fn clone_api_notifier(&self) -> Result<EventFd> { |
| 87 | self.api_notifier |
| 88 | .try_clone() |
| 89 | .map_err(|err| fdo::Error::IOError(format!("{err:?}"))) |
| 90 | } |
| 91 | |
| 92 | async fn vm_action<Action: ApiAction<ResponseBody = Option<Body>>>( |
| 93 | &self, |