mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-04 07:39:39 +00:00 
			
		
		
		
	xenclient: move error to it's own mod
This commit is contained in:
		@ -1,7 +1,8 @@
 | 
			
		||||
use std::{env, process};
 | 
			
		||||
use xenclient::{DomainConfig, XenClient, XenClientError};
 | 
			
		||||
use xenclient::error::Result;
 | 
			
		||||
use xenclient::{DomainConfig, XenClient};
 | 
			
		||||
 | 
			
		||||
fn main() -> Result<(), XenClientError> {
 | 
			
		||||
fn main() -> Result<()> {
 | 
			
		||||
    env_logger::init();
 | 
			
		||||
 | 
			
		||||
    let args: Vec<String> = env::args().collect();
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user