Skip to main content

RandomBytes

Trait RandomBytes 

Source
pub trait RandomBytes {
    // Required method
    fn bytes_10(&self) -> [u8; 10];
}

Required Methods§

Source

fn bytes_10(&self) -> [u8; 10]

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§