Function stak_profiler::write_records
source ยท pub fn write_records<R: Record, E: Error + From<Error>>(
records: impl IntoIterator<Item = Result<R, E>>,
writer: impl Write,
) -> Result<(), E>Expand description
Writes profile records.