1 2 3 4 5 6 7 8
use super::SimpleCounter; #[servify::export] impl SimpleCounter { fn reset(&mut self) { self.counter = 0; } }