fn from()

in crates/libs/pal/src/strings.rs [182:184]


    fn from(value: &String) -> Self {
        value.as_str().into()
    }