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
.