risingwave_common::test_utils::rand_array

Trait RandValue

source
pub trait RandValue {
    // Required method
    fn rand_value<R: Rng>(rand: &mut R) -> Self;
}

Required Methods§

source

fn rand_value<R: Rng>(rand: &mut R) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl RandValue for bool

source§

fn rand_value<R: Rng>(rand: &mut R) -> Self

source§

impl RandValue for Box<str>

source§

fn rand_value<R: Rng>(rand: &mut R) -> Self

source§

impl RandValue for Box<[u8]>

source§

fn rand_value<R: Rng>(rand: &mut R) -> Self

Implementors§