pub trait RequestDatabaseExt { // Required method fn db_pool(&self) -> Option<()>; }
Extension trait to add database access to Request