format

Function format 

Source
pub fn format(
    random: fn(usize) -> Vec<u8>,
    alphabet: &[char],
    size: usize,
) -> String