[][src]Function uclicious_libucl_sys::ucl_comments_move

pub unsafe extern "C" fn ucl_comments_move(
    comments: *mut ucl_object_t,
    from: *const ucl_object_t,
    to: *const ucl_object_t
) -> bool

Move comment from from object to to object @param comments comments object @param what source object @param with destination object @return true if from has comment and it has been moved to to