Skip to main content

stringify_with_replacer_func

Function stringify_with_replacer_func 

Source
pub fn stringify_with_replacer_func<'a>(
    obj: &JsValue,
    replacer: &mut dyn FnMut(JsString, JsValue) -> Result<Option<JsValue>, JsError>,
    space: Option<u32>,
) -> Result<JsString, JsValue>