pub const METHOD: IndexMarker;Expand description
Specifies the index access method.
ยงExample
#[PostgresIndex(method = "gin")]
struct DocumentsSearchIdx(Documents::search_vector);See: https://www.postgresql.org/docs/current/indexes-types.html
pub const METHOD: IndexMarker;Specifies the index access method.
#[PostgresIndex(method = "gin")]
struct DocumentsSearchIdx(Documents::search_vector);See: https://www.postgresql.org/docs/current/indexes-types.html