[−][src]Trait embedded_hal::rng::Read
Nonblocking stream of random bytes.
Associated Types
Required methods
fn try_read(&mut self, buf: &mut [u8]) -> Result<usize, Self::Error>
[−]
Get a number of bytes from the RNG.