Type Definition axum_session::databases::SessionMySqlSession
source · pub type SessionMySqlSession = Session<SessionMySqlPool>;Expand description
Mysql’s Session Helper type for the DatabasePool.
pub type SessionMySqlSession = Session<SessionMySqlPool>;Mysql’s Session Helper type for the DatabasePool.