Skip to main content

IRandom_2

Trait IRandom_2 

Source
pub trait IRandom_2: IObject {
    // Provided methods
    fn m_seed(self) -> RandomSeed { ... }
    fn set_m_seed(self, value: RandomSeed) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§