pub trait StringTrait: Clone + Debug + Display + Eq + Equal + FromBytes + Parser + Send + Sync + ToBytes + TypeName + Uniform { }
Expand description

Representation of a string.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl<E> StringTrait for StringType<E>
where E: Environment,

Implementors§