[][src]Function nanoid::format

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