Trait random::Value
[−]
[src]
pub trait Value {
fn read<S>(&mut S) -> Self where S: Source;
}
A random value.
pub trait Value {
fn read<S>(&mut S) -> Self where S: Source;
}
A random value.