mirror of
				https://github.com/Djeeberjr/fw-anwesenheit.git
				synced 2025-11-04 07:34:10 +00:00 
			
		
		
		
	changed return type on Hotspot trait
This commit is contained in:
		
							parent
							
								
									2150fff6a5
								
							
						
					
					
						commit
						c04e0ab897
					
				@ -46,7 +46,9 @@ pub trait Hotspot {
 | 
			
		||||
        &self,
 | 
			
		||||
    ) -> impl std::future::Future<Output = Result<(), HotspotError>> + std::marker::Send;
 | 
			
		||||
 | 
			
		||||
    async fn disable_hotspot(&self) -> Result<(), HotspotError>;
 | 
			
		||||
    fn disable_hotspot(
 | 
			
		||||
        &self,
 | 
			
		||||
    ) -> impl std::future::Future<Output = Result<(), HotspotError>> + std::marker::Send;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/// NetworkManager Hotspot
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user