pub fn transform_request_value<I, O, P>(value: I, pipe: P) -> Result<O>where P: RequestValuePipe<I, O>,