Skip to content

LoadableForEachEnvironmentFor

m-housh edited this page Aug 20, 2021 · 1 revision

LoadableForEachEnvironmentFor

A convenience for when the element is Identifiable and there is an EmptyLoadRequest.

public typealias LoadableForEachEnvironmentFor<Element, Failure: Error> =
  LoadableForEachEnvironment<Element, Element.ID, EmptyLoadRequest, Failure>
where Element: Identifiable
Clone this wiki locally