Trait bones_framework::lib::SessionPlugin
source · pub trait SessionPlugin {
// Required method
fn install(self, session: &mut Session);
}
Expand description
Trait for plugins that can be installed into a Session
.
pub trait SessionPlugin {
// Required method
fn install(self, session: &mut Session);
}
Trait for plugins that can be installed into a Session
.