Function quickjs_rusty::utils::make_cstring
source ยท pub fn make_cstring(value: impl Into<Vec<u8>>) -> Result<CString, ValueError>
Expand description
Helper for creating CStrings.
pub fn make_cstring(value: impl Into<Vec<u8>>) -> Result<CString, ValueError>
Helper for creating CStrings.