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