Skip to main content

IP6RecvClient

Trait IP6RecvClient 

Source
pub trait IP6RecvClient {
    // Required method
    fn receive(&self, header: IP6Header, payload: &[u8]);
}

Required Methods§

Source

fn receive(&self, header: IP6Header, payload: &[u8])

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§