Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/third_party/rust/anyhow/tests/ui/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 85 B image not shown  

Quellcode-Bibliothek empty-ensure.rs   Sprache: unbekannt

 
use anyhow::{ensure, Result};

fn main() -> Result<()> {
    ensure!();
    Ok(())
}

[ 0.12Quellennavigators  Projekt   ]