pub trait TxClient { // Required method fn transmit_event( &self, buf: &'static mut [u8], result: Result<(), ErrorCode>, ); }