Function nanoid::format[][src]

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