Skip to main content

LenFn

Type Alias LenFn 

Source
pub type LenFn<T> = unsafe extern "C" fn(packet: &Packet<T>) -> u64;
Expand description

Retrieves total length of the packet.