pub trait CanInterface { // Required method fn transmit(&mut self, frame: Frame) -> Result<(), Frame>; }