[][src]Function uclicious_libucl_sys::ucl_object_emit_streamline_new

pub unsafe extern "C" fn ucl_object_emit_streamline_new(
    obj: *const ucl_object_t,
    emit_type: ucl_emitter,
    emitter: *mut ucl_emitter_functions
) -> *mut ucl_emitter_context

Start streamlined UCL object emitter @param obj top UCL object @param emit_type emit type @param emitter a set of emitter functions @return new streamlined context that should be freed by ucl_object_emit_streamline_finish