Type Definition stomp_test_utils::InSender[][src]

pub type InSender<E> = UnboundedSender<Result<Vec<u8>, E>>;