Trait casper_node::rpcs::docs::DocExample[][src]

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