Trait stringz::TypedString
source · pub trait TypedString {
// Required method
fn value() -> String;
}Expand description
Get original string from typed string (requires alloc or std feature).
Required Methods§
Object Safety§
This trait is not object safe.