pub trait Example {
    fn example() -> Self;
}
Expand description

Represents an example

Required Methods

Returns the example object

Implementors