Trait async_map::FactoryBorrow[][src]

pub trait FactoryBorrow<K: KeyTrait, V: ValueTrait>: Borrow<dyn Fn(&K) -> V + Send + Sync> + Send + 'static + Unpin { }

Implementors