Type Definition stomp_test_utils::InReceiver[][src]

pub type InReceiver<E> = UnboundedReceiver<Result<Vec<u8>, E>>;