mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-03 23:29:39 +00:00 
			
		
		
		
	xenstore: use AsRef<str> for path and restructure
This commit is contained in:
		@ -2,7 +2,7 @@ use anyhow::{anyhow, Result};
 | 
			
		||||
use smoltcp::wire::{EthernetAddress, Ipv4Cidr, Ipv6Cidr};
 | 
			
		||||
use std::{collections::HashMap, str::FromStr};
 | 
			
		||||
use uuid::Uuid;
 | 
			
		||||
use xenstore::client::{XsdClient, XsdInterface, XsdTransaction};
 | 
			
		||||
use xenstore::{XsdClient, XsdInterface, XsdTransaction};
 | 
			
		||||
 | 
			
		||||
pub struct AutoNetworkCollector {
 | 
			
		||||
    client: XsdClient,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user