Home
last modified time | relevance | path

Searched defs:try_fill (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rand/src/
Drng.rs246 fn try_fill<T: Fill + ?Sized>(&mut self, dest: &mut T) -> Result<(), Error> { in try_fill() method
316 fn try_fill<R: Rng + ?Sized>(&mut self, rng: &mut R) -> Result<(), Error>; in try_fill() method
340 fn try_fill<R: Rng + ?Sized>(&mut self, rng: &mut R) -> Result<(), Error> { in try_fill() method
400 fn try_fill<R: Rng + ?Sized>(&mut self, rng: &mut R) -> Result<(), Error> { in try_fill() function