pub trait MakeTStr: Copy {
const MAKE: Self;
}
Expand description
For constructing TStr
s or collections of them.
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait MakeTStr: Copy {
const MAKE: Self;
}
For constructing TStr
s or collections of them.