Function hoard::hoard::iter::operation_stream

source ·
pub async fn operation_stream(
    hoards_root: &HoardPath,
    hoard_name: HoardName,
    hoard: &Hoard,
    direction: Direction
) -> Result<impl TryStream<Ok = ItemOperation<CachedHoardItem>, Error = Error>, Error>
Expand description

Stream returning all ItemOperations for the given hoard.

Errors

Any errors that may occur while initially creating the stream.