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
@@ -22,6 +22,7 @@ use Buf;
///
/// [`iter`]: trait.Buf.html#method.iter
/// [`Buf`]: trait.Buf.html
#[derive(Debug)]
pub struct Iter<T> {
inner: T,
}