pub trait L4Checksum { // Required method fn checksum_ipv4(&mut self, source: &Ipv4Addr, destination: &Ipv4Addr); }