pub trait Seedable<V>where V: Variant,{ // Required method fn seed(&self) -> Seed<V>; }
Seedable is a trait that provides access to the seed associated with a message.
Returns the seed associated with this object.