1 2 3 4 5 6 7
use hydracache_db::HydraCacheEntity; #[derive(HydraCacheEntity)] #[hydracache(id = i64)] struct User; fn main() {}