Enum ekvsb::task::ValueSpec[][src]

pub enum ValueSpec {
    Random {
        size: usize,
    },
}

Variants

Fields of Random

Methods

impl ValueSpec
[src]

Trait Implementations

impl Debug for ValueSpec
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ValueSpec

impl Sync for ValueSpec