Module rustdoc_features_example::foofoo [] [src]

A public module that is only included in the crate with feature foo.

Structs

Foo foo

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

Traits

FooBarTrait foo, bar

A public trait that is only included in the crate with feature bar. (if the parent module is)

FooTrait foo

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

Functions

foo foo

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

foobar foo, bar

A public function that is only included in the crate with feature bar. (if the parent module is)