svn_version_func_t

Type Alias svn_version_func_t 

Source
pub type svn_version_func_t = Option<unsafe extern "C" fn() -> *const svn_version_t>;
Expand description

Type of function returning library version.

@since New in 1.6.

Aliased Type§

pub enum svn_version_func_t {
    None,
    Some(unsafe extern "C" fn() -> *const svn_version_t),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> *const svn_version_t)

Some value of type T.