pub type EmacDefaultDriver<'d> = EmacDriver<'d, DEFAULT_RX, DEFAULT_TX, DEFAULT_BUF>;Expand description
Driver for the crate::EmacDefault ring sizing.
Sourced from the same DEFAULT_RX / DEFAULT_TX /
DEFAULT_BUF constants as EmacDefault, so the two aliases
stay paired even if the canonical sizing is retuned. The
embassy_executor::task signature for the net_task runner can
then read Runner<'static, EmacDefaultDriver<'static>> instead
of repeating the const generics at every call site.
Aliased Typeยง
pub struct EmacDefaultDriver<'d> { /* private fields */ }