pub type RpcSessionTerminatedCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Callback to notify transport layer that session was closed and all operations were finished
Aliased Type§
pub enum RpcSessionTerminatedCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}