[][src]Trait nature_db::KeyRange

pub trait KeyRange: Sync + Send {
#[must_use]    fn get_by_key_range<'life0, 'life1, 'async_trait>(
        &'life0 self,
        f_para: &'life1 KeyCondition
    ) -> Pin<Box<dyn Future<Output = Result<Vec<Instance>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn get_by_key_range<'life0, 'life1, 'async_trait>(
    &'life0 self,
    f_para: &'life1 KeyCondition
) -> Pin<Box<dyn Future<Output = Result<Vec<Instance>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementors

impl KeyRange for InstanceDaoImpl[src]

fn get_by_key_range<'life0, 'life1, 'async_trait>(
    &'life0 self,
    f_para: &'life1 KeyCondition
) -> Pin<Box<dyn Future<Output = Result<Vec<Instance>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 
[src]

ins_key > and between time range

Loading content...