fn from()

in crates/libs/pal/src/strings.rs [177:179]


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