pub use ifaces;
pub use ifaces;
/// Enumerates local network interfaces.
///
/// This is the fallback for platforms that are neither Windows nor Unix: it always returns
/// [`ErrorKind::Unsupported`](std::io::ErrorKind::Unsupported). ICE gathering treats that as
/// "no host candidates from interface enumeration" and falls back to the addresses the caller
/// supplied explicitly.
///
/// # Errors
///
/// Always fails on such platforms.