pub trait Seeded: Sized {
    type Config: Seedable<Seeded = Self>;
}
Expand description

A struct which can be created by seeding an instance of Config.

Required Associated Types

Implementors