pub trait StringTrait: Clone + Debug + Display + Eq + Equal<Self> + FromBytes + Parser + Send + Sync + ToBytes + TypeName + Uniform { }
Representation of a string.