Module rustdoc_features_example::foobarfoo, bar [] [src]

A public module that is only included in the crate with features foo and bar.

Structs

FooBar foo, bar

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

Traits

FooBarTrait foo, bar

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

Functions

foobar foo, bar

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