Struct redis_module::native_types::RedisType [−][src]
pub struct RedisType { pub raw_type: RefCell<*mut RedisModuleType>, // some fields omitted }
Fields
raw_type: RefCell<*mut RedisModuleType>
Implementations
impl RedisType
[src]
impl RedisType
[src]pub const fn new(
name: &'static str,
version: i32,
type_methods: RedisModuleTypeMethods
) -> Self
[src]
name: &'static str,
version: i32,
type_methods: RedisModuleTypeMethods
) -> Self