Skip to main content

HasRandom

Trait HasRandom 

Source
pub trait HasRandom: Sealed { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<const SPAWN: bool, const TIME: bool, const IO: bool, const REMOTE: bool> HasRandom for CapSet<SPAWN, TIME, true, IO, REMOTE>