Expand description
Type-state markers for compile-time enforcement
Structsยง
- Auth
NotSet - Marker for auth requirement not yet set
- AuthSet
- Marker for auth requirement set (either
authenticatedor public) - License
NotSet - Marker for license requirement not yet set
- License
Set - Marker for license requirement set
- Missing
- Marker for missing required components
- Present
- Marker for present required components