pub trait Gen<T> { fn generate() -> Option<T>; }
Used to generate a default value of a resource, if possible.