pub trait TestVal: Sized {
    fn test_val() -> Self;
}
Expand description

Utility trait for test values

Required Methods

Create the test val

Implementations on Foreign Types

Implementors