Trait RedisSearchModel

Source
pub trait RedisSearchModel {
    const _REDIS_SEARCH_SCHEMA: &'static str;
}
Expand description

Redis Search Model used only in migration

Required Associated Constants§

Source

const _REDIS_SEARCH_SCHEMA: &'static str

full redis search schema

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§