Function actix_cloud::utils::rand_string_hex
source ยท pub fn rand_string_hex(n: usize) -> StringExpand description
Get n bytes random hex string.
[a-f0-9]+
pub fn rand_string_hex(n: usize) -> StringGet n bytes random hex string.
[a-f0-9]+