Skip to main content

output

Function output 

Source
pub unsafe fn output(
    diff: &Diff,
    output_baton: *mut c_void,
    output_fns: &svn_diff_output_fns_t,
) -> Result<(), Error<'static>>
Expand description

Generic diff output using callback functions

ยงSafety

The caller must ensure that output_baton and output_fns are valid and compatible. The function pointers in output_fns must be safe to call with the provided baton.