fn from()

in crates/libs/core/src/strings.rs [54:56]


    fn from(value: WString) -> Self {
        Self { h: value }
    }