pub fn resolve_source(
source: &ForSource,
producers: &[Producer],
) -> Result<Comprehension, String>Expand description
Resolve a traversal’s source to a comprehension: inline text as is, a producer reference to the producer bound in the same scope, and a derivation to the base producer with its filter and order applied.