Skip to main content

LBAIndex

Trait LBAIndex 

Source
pub trait LBAIndex {
    // Required method
    fn index<'a>(&'a self, slice: Range<usize>) -> &'a [u8] ;
}

Required Methods§

Source

fn index<'a>(&'a self, slice: Range<usize>) -> &'a [u8]

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§