pub type DynCloudFileService = Arc<dyn CloudFileServiceTrait + Send + Sync>;Expand description
A reference counter for our cloud file service allows us to safely pass instances around which depend on the S3 client.
Aliased Typeยง
struct DynCloudFileService { /* private fields */ }