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