Trait rustdoc_features_example::foobar::FooBarTrait bar, foo
[−]
[src]
pub trait FooBarTrait { fn foobar(&self) { ... } }
A public trait that is always included in the crate. (if the parent module is)
Provided Methods
fn foobar(&self)
A trait method that is always included in the crate. (if the parent trait is)
Implementors
impl FooBarTrait for FooBar
bar, foo