foo/
foo.rs

1
2
3
4
5
6
7
8
9
10
//! [`Stream`](crate::Foo)`<Item = `[`io::Result`](crate::Foo)`<`[`Bytes`](crate::Foo)`>>`

/// [`Stream`](crate::Foo)`<Item = `[`io::Result`](crate::Foo)`<`[`Bytes`](crate::Foo)`>>`
pub struct Foo;

/// A `<`[`Stream`](crate::Foo)`>` stuff.
pub struct Bar;

/// A `<`[`Stream` a](crate::Foo)`>` stuff.
pub struct BoBar;