Macro local_tuner

Source
macro_rules! local_tuner {
    ($name:expr) => { ... };
    () => { ... };
}
Expand description

Create a local tuner with the provided name.