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
foobar: u8A public field that is always included in the crate. (if the parent module is)
Methods
impl FooBar[src]
pub fn foobar(&self)[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)