Type Alias zebra_network::peer_set::inventory_registry::InventoryMarker

source ·
type InventoryMarker = InventoryResponse<(), ()>;
Expand description

An internal marker used in inventory status hash maps.

Aliased Type§

enum InventoryMarker {
    Available(()),
    Missing(()),
}

Variants§

§

Available(())

An available inventory item.

§

Missing(())

A missing inventory item.