Trait mentat_core::UpdateableCache [] [src]

pub trait UpdateableCache<E> {
    fn update<I>(
        &mut self,
        schema: &Schema,
        retractions: I,
        assertions: I
    ) -> Result<(), E>
    where
        I: Iterator<Item = (Entid, Entid, TypedValue)>
; }

Required Methods

Implementors