[−][src]Function exemplify_lib::layers::domain::collect_examples::collect_examples
pub async fn collect_examples<Reader: Read>(
__arg0: Pin<Box<dyn Stream<Item = Result<ReaderContext<Reader>, String>>>>,
parser_settings: ParserSettings
) -> Result<Pin<Box<dyn Stream<Item = Example>>>, String>
Transform a stream of file readers into a stream of examples Note: this will exhaust all readers before starting the stream of examples