macro_rules! spi_acceptor_common {
($stream: ty) => { ... };
}Expand description
Common part of all connectors. Poor man replacement for HKT.
macro_rules! spi_acceptor_common {
($stream: ty) => { ... };
}Common part of all connectors. Poor man replacement for HKT.