pub trait EndpointInterruptIn: TEndpoint { // Required method fn submit<'a>(&mut self, data: &'a mut [u8]) -> ResultTransfer<'a>; }