update_hosts_file

Function update_hosts_file 

Source
pub fn update_hosts_file(
    interface: &InterfaceName,
    hosts_path: &Path,
    peers: impl IntoIterator<Item = impl AsRef<Peer>>,
) -> Result<(), WrappedIoError>