[][src]Function cargo_suity::junit::write_as_xml

pub fn write_as_xml<W: Write>(
    suites: &Vec<TestSuite>,
    writer: W
) -> Result<(), Error>