GuardLt

Trait GuardLt 

Source
pub trait GuardLt<'a, T> {
    type Guard: Guard<T>;
}

Required Associated Types§

Implementors§

Source§

impl<'a, T> GuardLt<'a, T> for LocalGuardCtor<T>
where T: Send + Sync + 'static,

Source§

impl<'a, T> GuardLt<'a, T> for RedisGuardCtor<T>
where T: FromRedisValue + ToRedisArgs + Send + Sync + 'static,