Function quickjs_runtime::quickjs_utils::bigints::to_string

source ·
pub unsafe fn to_string(
    context: *mut JSContext,
    big_int_ref: &QuickJsValueAdapter,
) -> Result<String, JsError>
Expand description

§Safety

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