pub trait Run<Storage>: OutputType { // Required method fn run(&self, db: &DbHandle<'_, Storage>) -> Self::Output; }