Trait FindOffset

Source
pub trait FindOffset<E: ContentTraits>: TreeMetrics<E> {
    // Required method
    fn index_to_offset(offset: Self::Value) -> usize;
}

Required Methods§

Source

fn index_to_offset(offset: Self::Value) -> usize

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§