pub enum Glyph {
Table,
Id,
Image,
Aspect,
}
Expand description
Representation of a database table named Glyph
.
A Enum
implemented Iden
used in rustdoc and test to demonstrate the library usage.
pub enum Glyph {
Table,
Id,
Image,
Aspect,
}
Representation of a database table named Glyph
.
A Enum
implemented Iden
used in rustdoc and test to demonstrate the library usage.