quickjs_runtime::quickjs_utils::atoms

Function to_string2

source
pub unsafe fn to_string2(
    context: *mut JSContext,
    atom: &JSAtom,
) -> Result<String, JsError>
Expand description

ยงSafety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid