pub async fn suspend_container(
payload: ManagerSuspendContainerRequest,
suspend_context: &Arc<SuspendContext>,
kernels: &Kernels,
) -> Result<Result<ManagerSuspendContainerResponse, SuspendError>, Error>
Expand description
Suspends the container specified by the payload
.