coverage_to_string

Function coverage_to_string 

Source
pub fn coverage_to_string<D: for<'a> Demangler<'a, 'a>>(
    cov_data: &CoverageData,
    timestamp: u64,
    demangler: D,
) -> Result<String>
Expand description

convenience function to convert coverage data into a XML String