Skip to main content

Module state

Module state 

Source
Expand description

Type-state markers for compile-time enforcement

Structsยง

AuthNotSet
Marker for auth requirement not yet set
AuthSet
Marker for auth requirement set (either require_auth or public)
LicenseNotSet
Marker for license requirement not yet set
LicenseSet
Marker for license requirement set
Missing
Marker for missing required components
Present
Marker for present required components