pub async fn produce_listing<DS>(
root_node: &Node,
directory_service: &DS,
) -> Result<Listing, Error>where
DS: DirectoryService,Expand description
Accepts a Node pointing to the root of a (store) path, and uses the passed DirectoryService to expand the entire structure. Then assembles a Listing.