Skip to main content

STORE_GET_SPEC

Constant STORE_GET_SPEC 

Source
pub const STORE_GET_SPEC: PortSpec;
Expand description

store-get: a key that does not exist is a normal outcome, not an error – it exits miss, which the compiler forces the policy to wire. A store outage exits error instead, so the two stay distinguishable.