[][src]Module diesel_citext::types

Structs

CiString

CiString is a CaseInsenstive String type that can be used as the key for a hashmap as well as be written to the page. It implements a variety of traits to make it easy to convert from and to &str and String types.