#[macro_use] extern crate gotham_restful; #[derive(FromBody)] enum FromBodyEnum { SomeVariant(Vec), OtherVariant(String) } fn main() { }