noir::MockRequestResponse [] [src]

type MockRequestResponse = Result<Vec<u8>, Error>;

A response to a request made against a mocked endpoint.

Contains the raw response body data.

Errors

If the response was configured to return a custom std::io::Error.