Searched defs:FixedSliceRandom (Results 1 – 1 of 1) sorted by relevance
495 pub struct FixedSliceRandom<'a> { struct496 pub bytes: &'a [u8],499 impl rand::sealed::SecureRandom for FixedSliceRandom<'_> { implementation