Macro deque_loader::register_cache_factory[][src]

macro_rules! register_cache_factory {
    ($handler : ty) => { ... };
}
Expand description

Register cache factory for a TaskHandler using inventory. This will require adding inventory to your dependencies as well.