pub fn response_with_changes_of_inner(
inner_response: InnerResponse<Option<Response>>,
) -> Response
Expand description
Forwards the changed state from the inner response to the outer response and returns it.
pub fn response_with_changes_of_inner(
inner_response: InnerResponse<Option<Response>>,
) -> Response
Forwards the changed state from the inner response to the outer response and returns it.