pub trait SessionPlugin { // Required method fn install(self, session: &mut Session); }
Trait for plugins that can be installed into a Session.
Session
Install the plugin into the Session.