Skip to main content

RawSubscriptionCallback

Type Alias RawSubscriptionCallback 

Source
pub type RawSubscriptionCallback = unsafe extern "C" fn(*const u8, usize, *mut c_void);
Expand description

Raw subscription callback that receives CDR bytes without deserialization.

ยงSafety

The data pointer is valid for len bytes during the call.