Struct rustdoc_features_example::foobar::FooBar foo, bar
[−]
[src]
pub struct FooBar {
pub foobar: u8,
}A public struct that is always included in the crate. (if the parent module is)
Fields
foobar: u8foo, bar
A public field that is always included in the crate. (if the parent module is)
Methods
impl FooBarfoo, bar[src]
fn foobar(&self)foo, bar
A public method that is always included in the crate. (if the parent module is)
Trait Implementations
impl FooBarTrait for FooBarfoo, bar[src]
A trait impl that is always included in the crate. (if the parent module is)
fn foobar(&self)foo, bar
A trait method impl that is always included in the crate. (if the parent trait is)