pub type Current = V2;

Aliased Type§

struct Current {
    version: u64,
    name: String,
    gen_opts: Option<GenOpts>,
    seed: u32,
    day_length: f64,
}

Fields§

§version: u64§name: String§gen_opts: Option<GenOpts>§seed: u32§day_length: f64