Macro rustls::check::require_handshake_msg_move

source ยท
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.