pub trait VZSerialPortAttachment { // Required method fn id(&self) -> Id; }
common configure for serial port attachment