macro_rules! require_handshake_msg_move {
( $m:expr, $handshake_type:path, $payload_type:path ) => { ... };
}
Expand description
Like require_handshake_msg, but moves the payload out of $m.
macro_rules! require_handshake_msg_move {
( $m:expr, $handshake_type:path, $payload_type:path ) => { ... };
}
Like require_handshake_msg, but moves the payload out of $m.