[][src]Trait ciseaux_client::QueryAble

pub trait QueryAble {
    fn query<'life0, 'life1, 'async_trait, T: FromRedisValue>(
        &'life0 self,
        conn: &'life1 mut Connection
    ) -> Pin<Box<dyn Future<Output = Result<T, RedisError>> + Send + 'async_trait>>
    where
        T: 'async_trait,
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

fn query<'life0, 'life1, 'async_trait, T: FromRedisValue>(
    &'life0 self,
    conn: &'life1 mut Connection
) -> Pin<Box<dyn Future<Output = Result<T, RedisError>> + Send + 'async_trait>> where
    T: 'async_trait,
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementations on Foreign Types

impl QueryAble for Cmd[src]

impl<'_> QueryAble for &'_ Cmd[src]

impl<'_> QueryAble for &'_ mut Cmd[src]

impl QueryAble for Pipeline[src]

impl<'_> QueryAble for &'_ Pipeline[src]

impl<'_> QueryAble for &'_ mut Pipeline[src]

Loading content...

Implementors

Loading content...