mettrics-macros 0.0.6

Macros for mettrics crate.
Documentation
1
2
3
4
5
use super::MetricsDecl;

impl MetricsDecl {
    pub(super) fn resolve(&mut self) {}
}