use crateMqttString;
/// Information taken from a connection handshake the client does not have to store
/// for correct operational behaviour and does not store for optimization purposes.
///
/// Does not include the reason code as it is always [`crate::types::ReasonCode::Success`] (0x00)
/// if this is returned.