We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abf616 commit 7ad9babCopy full SHA for 7ad9bab
src/server/encode.rs
@@ -12,8 +12,6 @@ use crate::chunked::ChunkedEncoder;
12
use crate::date::fmt_http_date;
13
14
/// A streaming HTTP encoder.
15
-///
16
-/// This is returned from [`encode`].
17
#[derive(Debug)]
18
pub struct Encoder {
19
/// The current level of recursion the encoder is in.
0 commit comments