aboutsummaryrefslogtreecommitdiff
path: root/src/session/mod.rs
blob: 67045c91d44d7db4b1524a503259fc7fe479c392 (plain)
1
2
/// The Session Trait is the main point of entry and implements the basic logic
pub trait Session {}