mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	The in-tree UniFFI bindings were regenerated with:
    ./mach uniffi generate
Differential Revision: https://phabricator.services.mozilla.com/D168060
		
	
			
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
fn main() {
 | 
						|
    uniffi::generate_scaffolding("./src/glean.udl").unwrap();
 | 
						|
}
 |