[][src]Trait other::Foo

pub trait Foo {
    fn bar();
}

Foo trait

Required Methods

bar method

Implementations on Foreign Types

impl Foo for Baz
[src]

Foo implementation for Baz

bar method for Baz

Implementors