pub trait NtfsIndexEntryType: Clone + Debug {
    type KeyType: NtfsIndexEntryKey;
}
Expand description

Trait implemented by structures that describe Index Entry types.

See also NtfsIndex and NtfsIndexEntry, and NtfsFileNameIndex for the most popular Index Entry type.

Required Associated Types§

Implementors§