Searched defs:FixedSliceSequenceRandom (Results 1 – 1 of 1) sorted by relevance
517 pub struct FixedSliceSequenceRandom<'a> { struct519 pub bytes: &'a [&'a [u8]],520 pub current: core::cell::UnsafeCell<usize>,523 impl rand::sealed::SecureRandom for FixedSliceSequenceRandom<'_> { implementation535 impl Drop for FixedSliceSequenceRandom<'_> { implementation