Trait test_docs::AnotherOne

source ·
pub trait AnotherOne {
    // Required methods
    fn func3();
    fn func1();
    fn another();
    fn why_not();
    fn func2();
    fn hello();
}
Expand description

Woohoo! A trait!

Required Methods§

source

fn func3()

Some func 3.

source

fn func1()

Some func 1.

source

fn another()

source

fn why_not()

source

fn func2()

Some func 2.

source

fn hello()

Implementors§