pub trait ICMP6SendClient {
// Required method
fn send_done(&self, result: Result<(), ErrorCode>);
}
Expand description
A trait for a client of an ICMP6Sender
.
pub trait ICMP6SendClient {
// Required method
fn send_done(&self, result: Result<(), ErrorCode>);
}
A trait for a client of an ICMP6Sender
.