MCPcopy Create free account
hub / github.com/TPAFS/transparency-data / ColType

Enum ColType

validator/src/main.rs:23–27  ·  view source on GitHub ↗

Allowable column types

Source from the content-addressed store, hash-verified

21
22// Allowable column types
23enum ColType {
24 Enum(&'static [&'static str]),
25 NaiveDate,
26 Other, // Generic/unspecified case
27}
28
29// Column metadata
30struct DataCol {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected