Function timeharsh::timehash::after

source ·
pub fn after(timehash: &str) -> Result<String, String>
Expand description

Return the timehash for the succeeding time-window.

§Examples

use timeharsh::timehash;
assert_eq!(timehash::after("abcdef").unwrap(), "abcdf0");