pub type DefaultDispatch<'pipe, 'interrupt> = Dispatch<'pipe, 'interrupt, DEFAULT_MESSAGE_SIZE>;
pub struct DefaultDispatch<'pipe, 'interrupt> { /* private fields */ }