rename pool to buffer (#56)

This commit is contained in:
Carl Lerche
2020-06-12 19:38:27 -07:00
committed by GitHub
parent 03f8281431
commit 1cb8ec9b0f
5 changed files with 132 additions and 114 deletions

View File

@@ -52,8 +52,8 @@ impl Set {
&self.value
}
/// Get the expires
pub(crate) fn expire(&self) -> Option<Duration> {
/// Get the expire
pub fn expire(&self) -> Option<Duration> {
self.expire
}