diesel_citext/
sql_types.rs

1#[derive(QueryId, SqlType)]
2#[postgres(type_name = "citext")]
3pub struct Citext;