maxcountryman_web_sys/features/
gen_AlignSetting.rs

1#![allow(unused_imports)]
2use wasm_bindgen::prelude::*;
3#[wasm_bindgen]
4#[doc = "The `AlignSetting` enum."]
5#[doc = ""]
6#[doc = "*This API requires the following crate features to be activated: `AlignSetting`*"]
7#[derive(Debug, Clone, Copy, PartialEq, Eq)]
8pub enum AlignSetting {
9    Start = "start",
10    Center = "center",
11    End = "end",
12    Left = "left",
13    Right = "right",
14}