Constant TAG_STATE_CHANGE
pub const TAG_STATE_CHANGE: u8 = 0x01;Expand description
Tag byte identifying a client state-change message on the daemon-to-client pipe.
The tag byte is followed by the single-byte payload produced by
crate::protocol::serialization::serialize_client_state.