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