pub trait Example { // Required method fn example() -> Self; }
Represents an example
Returns the example object