pub trait MakeTStr: Copy {
    const MAKE: Self;
}
Expand description

For constructing TStrs or collections of them.

Required Associated Constants

Gets a value of this type

Implementations on Foreign Types

Implementors