Trait rustdoc_features_example::foobar::FooBarTraitfoo, bar [] [src]

pub trait FooBarTrait {
    fn foobar(&self) { ... }
}

A public trait that is always included in the crate. (if the parent module is)

Provided Methods

A trait method that is always included in the crate. (if the parent trait is)

Implementors