Skip to main content

DiplomatStr

Type Alias DiplomatStr 

Source
pub type DiplomatStr = [u8];
Expand description

Like str, but unvalidated.

This is a dynamically sized type, it should be used behind an & or a Box<T>

This type will usually map to some string type in the target language, and you will not need to worry about the safety of mismatched string invariants.