pub trait SendCanFd { // Required method fn send_fd(&self, frame: CanFdFrame) -> Result<(), CanError>; }