maxcountryman_web_sys/features/gen_PcImplIceGatheringState.rs
1#![allow(unused_imports)]
2use wasm_bindgen::prelude::*;
3#[wasm_bindgen]
4#[doc = "The `PcImplIceGatheringState` enum."]
5#[doc = ""]
6#[doc = "*This API requires the following crate features to be activated: `PcImplIceGatheringState`*"]
7#[derive(Debug, Clone, Copy, PartialEq, Eq)]
8pub enum PcImplIceGatheringState {
9 New = "new",
10 Gathering = "gathering",
11 Complete = "complete",
12}