markstory / rust-statsd

Statsd client implemented in Rust
MIT License
58 stars 26 forks source link

Allow client.time() to return a value. #8

Closed markstory closed 7 years ago

markstory commented 7 years ago

Extend the generic closure typing to allow a return value to be passed out of the decorated callback.

Refs #7