[][src]Function heim::net::io_counters

pub async fn io_counters(
) -> Result<impl Stream<Item = Result<IoCounters, Error>>, Error>
This is supported on feature="net" only.

Returns a stream over the IO counters for each network interface.

Compatibility

Windows implementation is missing, see related issue