Type Alias diesel_full_text_search::ts_headline

source ·
pub type ts_headline<x, y> = ts_headline<<x as AsExpression<Text>>::Expression, <y as AsExpression<TsQuery>>::Expression>;
Expand description

The return type of ts_headline()

Aliased Type§

struct ts_headline<x, y> { /* private fields */ }