Derive Macro GeekTable

Source
#[derive(GeekTable)]
{
    // Attributes available to this derive:
    #[geekorm]
}
👎Deprecated since 0.4.2: This macro is depricated, please use Table instead.