Trait amplify::Dumb

source ·
pub trait Dumbwhere
    Self: Sized,
{ fn dumb() -> Self; }
Expand description

Used as an alternative to default for test and prototyping purposes, when a type can’t have a default value, but you need to generate some dumb data.

Required Methods§

Returns an object initialized with dumb data

Implementations on Foreign Types§

Implementors§