macro_rules! plot {
($name: expr, $value: expr) => { ... };
}
Expand description
Convenience macro for Client::plot
on the current client.
§Panics
- If a
Client
isn’t currently running.
macro_rules! plot {
($name: expr, $value: expr) => { ... };
}
Convenience macro for Client::plot
on the current client.
Client
isn’t currently running.