Type Alias RuntimeString

Source
pub type RuntimeString = String;
👎Deprecated: Use String or Cow<’static, str> instead
Expand description

Deprecated alias to improve upgrade experience

Aliased Type§

struct RuntimeString { /* private fields */ }