Module order_validator

Source

Structs§

LeavesToRootValidator
Validates that newly uploaded directories only reference directories which have already been introduced. Commonly used when uploading a directory closure to a store.
RootToLeavesValidator
Validates that newly introduced directories are already referenced from the root via existing directories. Commonly used when receiving a directory closure from a store.

Traits§

OrderValidator