Function k9::assertions::snapshot::with_source_file[][src]

pub fn with_source_file<F, T>(absolute_path: &str, f: F) -> Result<T> where
    F: FnOnce(&mut SourceFile) -> Result<T>,