Skip to main content

Session

Type Alias Session 

Source
pub type Session = Connection;
Expand description

Session is a type alias for Connection.

This alias provides a more intuitive name for database sessions when performing import/export operations. Both Session and Connection can be used interchangeably.

§Example

Aliased Type§

pub struct Session { /* private fields */ }