pub type svn_close_fn_t = Option<unsafe extern "C" fn(baton: *mut c_void) -> *mut svn_error_t>;Expand description
Close handler function for a generic stream. @see svn_stream_t.
Aliased Type§
pub enum svn_close_fn_t {
None,
Some(unsafe extern "C" fn(*mut c_void) -> *mut svn_error_t),
}