Trait jj_lib::index::ReadonlyIndex
source · pub trait ReadonlyIndex: Send + Sync {
// Required methods
fn as_any(&self) -> &dyn Any;
fn as_index(&self) -> &dyn Index;
fn start_modification(&self) -> Box<dyn MutableIndex>;
}