Skip to main content

ManifestNodeStore

Trait ManifestNodeStore 

Source
pub trait ManifestNodeStore: ManifestNodeSource {
    // Required method
    fn node_hashes(&self) -> Vec<ContentHash>;
}
Expand description

Optional whole-store enumeration, used only to report nodes that are present but unreachable from a root.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ManifestNodeStore for BTreeMap<ContentHash, Vec<u8>>

Source§

impl ManifestNodeStore for HashMap<ContentHash, Vec<u8>>

Implementors§