pub fn generate_cid_and_reset_token<T: SecureRandom>(
rng: &T,
) -> (ConnectionId<'static>, u128)
Expand description
Generate a new pair of Source Connection ID and reset token.
pub fn generate_cid_and_reset_token<T: SecureRandom>(
rng: &T,
) -> (ConnectionId<'static>, u128)
Generate a new pair of Source Connection ID and reset token.