pub type DiplomatStrSlice<'a> = DiplomatSlice<'a, u8>;Expand description
This like &str, but unvalidated and safe to use over FFI
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.
Aliased Typeยง
pub struct DiplomatStrSlice<'a> { /* private fields */ }