Trait nanvm_lib::serializer::to_djs::WriteDjs

source ·
pub trait WriteDjs: WriteJson {
    // Provided method
    fn write_djs<D: Dealloc>(&mut self, any: Any<D>, common_js: bool) -> Result { ... }
}

Provided Methods§

source

fn write_djs<D: Dealloc>(&mut self, any: Any<D>, common_js: bool) -> Result

Writes a DAG referred by any with const definitions for objects, arrays that are referred multiple times.

Object Safety§

This trait is not object safe.

Implementors§