wasmer_backend_api::query

Function get_app_version_by_id_with_app

Source
pub async fn get_app_version_by_id_with_app(
    client: &WasmerClient,
    version_id: String,
) -> Result<(DeployApp, DeployAppVersion), Error>