pub trait SqliteExecutor<'c>: Executor<'c, Database = Sqlite> { }
An alias for Executor<'_, Database = Sqlite>.
Executor<'_, Database = Sqlite>