We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Encoder::Error
1 parent cc70a21 commit c9fad08Copy full SHA for c9fad08
tokio-util/src/codec/encoder.rs
@@ -9,7 +9,7 @@ pub trait Encoder<Item> {
9
/// The type of encoding errors.
10
///
11
/// [`FramedWrite`] requires `Encoder`s errors to implement `From<io::Error>`
12
- /// in the interest letting it return `Error`s directly.
+ /// in the interest of letting it return `Error`s directly.
13
14
/// [`FramedWrite`]: crate::codec::FramedWrite
15
type Error: From<io::Error>;
0 commit comments