Type Alias wasmcloud_runtime::capability::blobstore::types::ContainerName
source · pub type ContainerName = String;
Expand description
name of a container, a collection of objects. The container name may be any valid UTF-8 string.
Aliased Type§
struct ContainerName { /* private fields */ }