Remove performs any host-side cleanup when a device is removed from an instance.
(cleanupDependencies bool)
| 65 | |
| 66 | // Remove performs any host-side cleanup when a device is removed from an instance. |
| 67 | Remove(cleanupDependencies bool) error |
| 68 | } |
| 69 | |
| 70 | // device represents a sealed interface that implements Device, but also contains some internal |
no outgoing calls