1
2
3
4
5
6
pub extern crate json_type_derive;

pub trait JsonType {
    fn json_type() -> &'static str;
}