Struct rustdoc_features_example::foobar::FooBarfoo, bar [] [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
foo, bar
[src]

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

Trait Implementations

impl FooBarTrait for FooBar
foo, bar
[src]

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

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