Type Alias diesel_full_text_search::to_tsvector

source ·
pub type to_tsvector<T, x> = to_tsvector<T, <x as AsExpression<T>>::Expression>;
Expand description

The return type of to_tsvector()

Aliased Type§

struct to_tsvector<T, x> { /* private fields */ }