ValueInfoHandler

typealias ValueInfoHandler<TResult> = suspend (infoFlow: Flow<ValueInfo<*>>) -> TResult(source)

Function used to handle the flow of value information related to some path.