Trait rustdoc_features_example::foobar::FooBarTrait foo, bar
[−]
[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)
foo, bar
A trait method that is always included in the crate. (if the parent trait is)
Implementors
- foo, bar
impl FooBarTrait for FooBar