pub fn render_discover_objects<'scope, S>(
scope: Scope<'scope, Timestamp>,
collection_id: GlobalId,
source: S,
filter: ContentFilter,
) -> (StreamVec<'scope, Timestamp, Result<(S::Object, S::Checksum), StorageErrorX>>, PressOnDropButton)where
S: OneshotSource + 'static,Expand description
Render an operator that using a OneshotSource will discover what objects are available
for fetching.