polygraph::schema!{ type Database; pub enum MyEnum { Hello(T), Goodbye, } } fn main() { }