pub trait DevicePartNumber { // Required method fn device_part_number(&self) -> Result<String, CanError>; }