Module rustdoc_features_example::a [] [src]

A public module that is always included in the crate.

Structs

A

A public struct that is always included in the crate.

Traits

ATrait

A public trait that is always included in the crate.

FooBarTrait foo, bar

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

FooTrait foo

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

Functions

a

A public function that is always included in the crate.

foo foo

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

foobar foo, bar

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