Skip to main content

nominal_api/conjure/clients/persistent/compute/api/
mod.rs

1#[doc(inline)]
2pub use self::persistent_compute_service::{
3    PersistentComputeService, PersistentComputeServiceClient,
4    AsyncPersistentComputeService, AsyncPersistentComputeServiceClient,
5};
6pub mod persistent_compute_service;