limbo/simulator/model/mod.rs

4 lines
90 B
Rust

pub mod query;
pub mod table;
pub(crate) const FAULT_ERROR_MSG: &str = "Injected fault";