Trait content_tree::FindContent[][src]

pub trait FindContent<E: ContentTraits + ContentLength>: TreeIndex<E> {
    fn index_to_content(offset: Self::IndexValue) -> usize;
}

Required methods

Implementors