pub trait SalsaStructInDb<DB: ?Sized + Database> {
    fn register_dependent_fn(db: &DB, index: IngredientIndex);
}

Required Methods

Implementors