core API: Session.config()

This commit is contained in:
awiouy 2018-02-10 09:52:30 +01:00
parent a8bb696be8
commit 72cef9a10c

View file

@ -184,7 +184,7 @@ impl Session {
self.0.cache.as_ref()
}
pub fn config(&self) -> &SessionConfig {
fn config(&self) -> &SessionConfig {
&self.0.config
}