Trait capsules_extra::net::icmpv6::icmpv6_send::ICMP6SendClient

source ·
pub trait ICMP6SendClient {
    // Required method
    fn send_done(&self, result: Result<(), ErrorCode>);
}
Expand description

A trait for a client of an ICMP6Sender.

Required Methods§

source

fn send_done(&self, result: Result<(), ErrorCode>)

A client callback invoked after an ICMP6Sender has completed sending a requested packet.

Implementors§