macro_rules! frame_name {
($name: literal) => { ... };
}
Expand description
Construct a FrameName
.
The resulting value may be used as an argument for the the Client::secondary_frame_mark
and
Client::non_continuous_frame
methods. The macro can be used in a const
context.