[][src]Trait rollenspielsache::redis::RedisInterface

pub trait RedisInterface {
    fn to_redis_hash(&self) -> RedisHash;
}

Objects must implement this trait to work with the data store

Required methods

Loading content...

Implementors

impl RedisInterface for Roll[src]

Loading content...