loadHashingForOrElse
inline fun <Element> KoneContextRegistry.loadHashingForOrElse(suppliedElementType: SuppliedType<Element>, block: () -> Hashing<Element>): Hashing<Element>(source)
Shortcut for getting Hashing context for the given suppliedElementType or compute block to get such context if there is no such context in the registry.