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