Struct rustdoc_features_example::foobar::FooBar
bar, foo
[] [src]

pub struct FooBar {
    pub foobar: u8,
}

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

Fields

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

Methods

impl FooBar
[src]

[src]

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

Trait Implementations

impl FooBarTrait for FooBar
[src]

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

[src]

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