Derive Macro hitbox_derive::Cacheable[][src]

#[derive(Cacheable)]
{
    // Attributes available to this derive:
    #[cache_ttl]
    #[cache_stale_ttl]
    #[cache_version]
}
Expand description

Derive Cacheable macro implementation.