Module rustdoc_features_example::foobar
bar, foo
[] [src]

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

Structs

FooBar

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

Traits

FooBarTrait

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

Functions

foobar

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