from_string

Function from_string 

Source
pub fn from_string(s: &str) -> SlimStrBox
Expand description

Converts &str into the owned slim limited version.

Panics when str.len() > u32::MAX.