Trait content_tree::FindOffset[][src]

pub trait FindOffset<E: ContentTraits>: TreeIndex<E> {
    fn index_to_offset(offset: Self::IndexValue) -> usize;
}

Required methods

Implementors