dicetest 0.3.1

Framework for writing tests with randomly generated test data
Documentation
1
2
3
4
5
use std::any::Any;

/// Contains an error that occurred during a test run.
#[derive(Debug)]
pub struct Error(pub Box<dyn Any + Send + 'static>);