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