logo
pub trait DocExample {
    fn doc_example() -> &'static Self;
}
Expand description

A trait used to generate a static hardcoded example of Self.

Required Methods

Generates a hardcoded example of Self.

Implementations on Foreign Types

Implementors