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