[][src]Trait packet_ipc::AsIpcPacket

pub trait AsIpcPacket {
    fn timestamp(&self) -> &SystemTime;
fn data(&self) -> &[u8]; }

Required methods

fn timestamp(&self) -> &SystemTime

fn data(&self) -> &[u8]

Loading content...

Implementors

impl AsIpcPacket for Packet[src]

Loading content...