[][src]Trait rocks::db::AsCompactRange

pub trait AsCompactRange {
    pub fn start_key(&self) -> *const u8 { ... }
pub fn start_key_len(&self) -> usize { ... }
pub fn end_key(&self) -> *const u8 { ... }
pub fn end_key_len(&self) -> usize { ... } }

Provided methods

pub fn start_key(&self) -> *const u8[src]

pub fn start_key_len(&self) -> usize[src]

pub fn end_key(&self) -> *const u8[src]

pub fn end_key_len(&self) -> usize[src]

Loading content...

Implementations on Foreign Types

impl<'a> AsCompactRange for RangeInclusive<&'a [u8]>[src]

impl<'a> AsCompactRange for RangeToInclusive<&'a [u8]>[src]

impl<'a> AsCompactRange for RangeFrom<&'a [u8]>[src]

impl AsCompactRange for RangeFull[src]

Loading content...

Implementors

Loading content...