Struct content_tree::ContentIndex [−][src]
pub struct ContentIndex;Expand description
Content index - which just indexes based on the resulting size. Deletes are not counted.
Trait Implementations
type IndexUpdate = isize
type IndexValue = u32
Auto Trait Implementations
impl RefUnwindSafe for ContentIndex
impl Send for ContentIndex
impl Sync for ContentIndex
impl Unpin for ContentIndex
impl UnwindSafe for ContentIndex
Blanket Implementations
Mutably borrows from an owned value. Read more