Type Alias vstd::string::StrSlice

source ·
pub type StrSlice<'a> = &'a str;
👎Deprecated: Use &str instead