Provide Debug impls for all types

This commit is contained in:
Carl Lerche
2017-03-07 10:20:58 -08:00
parent 933b8b26f6
commit d70f575afd
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ use iovec::IoVec;
/// [`Buf::chain`]: trait.Buf.html#method.chain
/// [`Buf`]: trait.Buf.html
/// [`BufMut`]: trait.BufMut.html
#[derive(Debug)]
pub struct Chain<T, U> {
a: T,
b: U,