Type Alias wasmcloud_runtime::capability::keyvalue::atomics::Error
source · pub type Error = Error;
Aliased Type§
enum Error {
NoSuchStore,
AccessDenied,
Other(String),
}
pub type Error = Error;
enum Error {
NoSuchStore,
AccessDenied,
Other(String),
}