Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PossibleEntries

Fully qualified path: pragma_lib::types::PossibleEntries

enum PossibleEntries {
    Spot: SpotEntry,
    Future: FutureEntry,
    Generic: GenericEntry,
}

Variants

Spot

Fully qualified path: pragma_lib::types::PossibleEntries::Spot

Spot: SpotEntry

Future

Fully qualified path: pragma_lib::types::PossibleEntries::Future

Future: FutureEntry

Generic

Fully qualified path: pragma_lib::types::PossibleEntries::Generic

Generic: GenericEntry