pub enum Font {
Table,
Id,
Name,
Variant,
Language,
}Expand description
Representation of a database table named Font.
A Enum implemented Iden used in rustdoc and test to demonstrate the library usage.
pub enum Font {
Table,
Id,
Name,
Variant,
Language,
}Representation of a database table named Font.
A Enum implemented Iden used in rustdoc and test to demonstrate the library usage.
TableIdNameVariantLanguage