Module gull::prelude[][src]

Re-exports

pub use crate::generator::*;

Modules

Structs

This enum is an enum that has NO data associated with its variants. Basically like a C-like enum, where enum values are strings. It will serialize in a single string value (instead of the object/string stuff that we get with full featured enums). This easily maps to hack enums and flow string union types.

Enums

Traits