macro_rules! no_logging {
() => { ... };
}Expand description
Convenience macro specifying that no (concurrent) logging should be performed.
macro_rules! no_logging {
() => { ... };
}Convenience macro specifying that no (concurrent) logging should be performed.