Function stomp_test_utils::send[][src]

pub fn send<T: TryInto<Vec<u8>> + Send + 'static, E: ErrorType + From<T::Error>>(
    data: T
) -> impl BehaviourFunction<E>
Expand description

Returns a [BehaviourFuntion] which sends the provided data, and then yields.