Type Alias indyLoggerLogCb

Source
pub type indyLoggerLogCb = Option<unsafe extern "C" fn(context: *const c_void, level: indy_u32_t, target: *const c_char, message: *const c_char, module_path: *const c_char, file: *const c_char, line: indy_u32_t)>;

Aliased Type§

pub enum indyLoggerLogCb {
    None,
    Some(unsafe extern "C" fn(*const c_void, u32, *const i8, *const i8, *const i8, *const i8, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, u32, *const i8, *const i8, *const i8, *const i8, u32))

Some value of type T.