Function mws::reports::GetReport [] [src]

pub fn GetReport<W: Write>(
    client: &Client,
    report_id: String,
    out: &mut W
) -> Result<(u64, String)>

Returns the contents of a report and the Content-MD5 header for the returned report body.