Module amplify::flags[][src]

Expand description

Types for building flag-based APIs and functionality

Structs

AllSet

Iterator over all set feature flags

FilteredIter

Iterator over a filtered set feature flags

FlagRef

Keeps a reference to a specific feature flag within [Features] vector

FlagVec

Structure holding a given set of features

ParseError

Error parsing feature vector string representation: only 1, 0, +, -, *, !, #, _ and whitespace characters are allowed

Type Definitions

FlagNo

A single feature flag, represented by it’s number inside feature vector