Type Alias DefaultDispatch

Source
pub type DefaultDispatch<'pipe, 'interrupt> = Dispatch<'pipe, 'interrupt, DEFAULT_MESSAGE_SIZE>;

Aliased Typeยง

pub struct DefaultDispatch<'pipe, 'interrupt> { /* private fields */ }