pub type SpawnedPollHandlerStatic<M, C, const MAX_MSG_SIZE: usize> = SpawnedPollHandler<CltRecver<M, C, MAX_MSG_SIZE>, TransmittingSvcAcceptor<M, C, MAX_MSG_SIZE>>;Aliased Typeยง
pub struct SpawnedPollHandlerStatic<M, C, const MAX_MSG_SIZE: usize> { /* private fields */ }