wasmcloud_runtime::capability::blobstore::types

Type Alias 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 */ }