Function hoard::hoard::iter::all_files_stream

source ·
pub async fn all_files_stream(
    hoards_root: &HoardPath,
    hoard_name: &HoardName,
    hoard: &Hoard
) -> Result<impl TryStream<Ok = HoardItem, Error = Error>, Error>
Expand description

A [TryStream] of all managed files under the given Hoard.

Errors

Any errors that may occur while building the stream. See Error for more.